diff options
Diffstat (limited to 'function.cpp')
| -rw-r--r-- | function.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/function.cpp b/function.cpp index 168decc2..2daf5522 100644 --- a/function.cpp +++ b/function.cpp @@ -1779,7 +1779,7 @@ void Function::SetUserVariableValue(const Variable& var, uint64_t defAddr, Possi { LogError("Could not get definition for Variable"); return; - } + } bool found = false; for (auto& site : varDefs) { @@ -1817,7 +1817,7 @@ void Function::ClearUserVariableValue(const Variable& var, uint64_t defAddr) { LogError("Could not get definition for Variable"); return; - } + } bool found = false; for (auto& site : varDefs) { |
