]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
target: fix target.working_area type
[openocd] / src / target / target.h
index 0096cae10ef310eb147bf0af38c9bad1bd9c974a..6020400f3d9e30b579849ba02ad9682c06247b9e 100644 (file)
@@ -153,7 +153,7 @@ struct target {
        struct target_event_action *event_action;
 
        int reset_halt;                                         /* attempt resetting the CPU into the halted mode? */
-       uint32_t working_area;                          /* working area (initialised RAM). Evaluated
+       target_addr_t working_area;                             /* working area (initialised RAM). Evaluated
                                                                                 * upon first allocation from virtual/physical address. */
        bool working_area_virt_spec;            /* virtual address specified? */
        target_addr_t working_area_virt;                        /* virtual address */