double result
This commit is contained in:
parent
f1e8dee522
commit
1b227f1f49
|
@ -692,7 +692,7 @@ static int riscv_examine(struct target *target)
|
|||
if (result != ERROR_OK)
|
||||
return result;
|
||||
|
||||
int result = tt->examine(target);
|
||||
result = tt->examine(target);
|
||||
if (result != ERROR_OK)
|
||||
return result;
|
||||
|
||||
|
|
Loading…
Reference in New Issue