From 905382cc267cc1d0ee5e3c6e122819b869f46701 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 24 Oct 2020 22:18:28 -0400 Subject: PossibleValueSet dialog pulls existing values and miscellaneous cleanup. --- function.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'function.cpp') 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) { -- cgit v1.3.1