gdbserver: fix duplicate declaration
commit da0d1e37
did not merge correctly, causing the build to fail.
Change-Id: I3f525054bb38b7ee29bf27309bb2e6a5bb8329c7
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2020
Tested-by: jenkins
__archive__
parent
8e44a9663d
commit
35fdbdcecd
|
@ -2235,7 +2235,6 @@ static int gdb_target_description_supported(struct target *target, int *supporte
|
|||
int reg_list_size = 0;
|
||||
char **features = NULL;
|
||||
int feature_list_size = 0;
|
||||
char **features = NULL;
|
||||
|
||||
retval = target_get_gdb_reg_list(target, ®_list,
|
||||
®_list_size, REG_CLASS_ALL);
|
||||
|
|
Loading…
Reference in New Issue