diff options
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index c37a2869..3a0fa139 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -261,7 +261,8 @@ private: ref<Expr> value /* undef if read */, KInstruction *target /* undef if write */); - void executeMakeSymbolic(ExecutionState &state, const MemoryObject *mo); + void executeMakeSymbolic(ExecutionState &state, const MemoryObject *mo, + const std::string &name); /// Create a new state where each input condition has been added as /// a constraint and return the results. The input state is included |