diff options
| author | Brian Potchik <brian@vector35.com> | 2020-10-24 22:18:28 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-10-24 22:18:28 -0400 |
| commit | 905382cc267cc1d0ee5e3c6e122819b869f46701 (patch) | |
| tree | 1c8b911942d53c4c0a149f5a188874b7c158501e /function.cpp | |
| parent | 798ff5b7e7b2de73d70017ddb0fc5e52150d9584 (diff) | |
PossibleValueSet dialog pulls existing values and miscellaneous cleanup.
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) { |
