target: fix target.working_area type
Change-Id: I15cfbe6984656fb0b48d2af5a7e1afa10d47b6ab Signed-off-by: Peter Mamonov <pmamonov@gmail.com> Reviewed-on: http://openocd.zylin.com/3977 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>riscv-compliance-dev
parent
6168a80694
commit
efe6991e80
|
@ -153,7 +153,7 @@ struct target {
|
||||||
struct target_event_action *event_action;
|
struct target_event_action *event_action;
|
||||||
|
|
||||||
int reset_halt; /* attempt resetting the CPU into the halted mode? */
|
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. */
|
* upon first allocation from virtual/physical address. */
|
||||||
bool working_area_virt_spec; /* virtual address specified? */
|
bool working_area_virt_spec; /* virtual address specified? */
|
||||||
target_addr_t working_area_virt; /* virtual address */
|
target_addr_t working_area_virt; /* virtual address */
|
||||||
|
|
Loading…
Reference in New Issue