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 ba65cf5a..013d3bb8 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -319,7 +319,8 @@ private: /// should generally be avoided. /// /// \param purpose An identify string to printed in case of concretization. - ref<Expr> toConstant(ExecutionState &state, ref<Expr> e, const char *purpose); + ref<klee::ConstantExpr> toConstant(ExecutionState &state, ref<Expr> e, + const char *purpose); /// Bind a constant value for e to the given target. NOTE: This /// function may fork state if the state has multiple seeds. |