Revert "double result"

This reverts commit 1b227f1f49.
This commit is contained in:
Palmer Dabbelt 2018-05-30 06:00:14 -07:00
parent 1b227f1f49
commit 2ec501a8b3
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;
result = tt->examine(target);
int result = tt->examine(target);
if (result != ERROR_OK)
return result;