forked from auracaster/openocd
Revert "target: remove unused working area 'user' field"
This reverts commit 63a23e6fc8
Change-Id: I62778fb3b1dabc6470d582bea9ca64d593999233
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Change-Id: Iaf5a2cf5bdc4a62ba68ad9403e1c1229112970de
Reviewed-on: http://openocd.zylin.com/899
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
committed by
Freddie Chopin
parent
43902905bb
commit
cbfc443c7b
@@ -95,6 +95,7 @@ struct working_area {
|
||||
uint32_t size;
|
||||
bool free;
|
||||
uint8_t *backup;
|
||||
struct working_area **user;
|
||||
struct working_area *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user