diff options
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 2619e786..ba65cf5a 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -362,7 +362,7 @@ private: void doImpliedValueConcretization(ExecutionState &state, ref<Expr> e, - ref<Expr> value); + ref<ConstantExpr> value); /// Add a timer to be executed periodically. /// |