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 7da4f63c..279d8bee 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -64,6 +64,7 @@ namespace klee { class ExternalDispatcher; class Expr; class InstructionInfoTable; + class KCallable; struct KFunction; struct KInstruction; class KInstIterator; @@ -240,7 +241,7 @@ private: void callExternalFunction(ExecutionState &state, KInstruction *target, - llvm::Function *function, + KCallable *callable, std::vector< ref<Expr> > &arguments); ObjectState *bindObjectInState(ExecutionState &state, const MemoryObject *mo, |