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