double result

This commit is contained in:
Palmer Dabbelt 2018-05-30 05:56:42 -07:00
parent f1e8dee522
commit 1b227f1f49
1 changed files with 1 additions and 1 deletions

View File

@ -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;