diff options
Diffstat (limited to 'source/Expression/ClangUserExpression.cpp')
-rw-r--r-- | source/Expression/ClangUserExpression.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Expression/ClangUserExpression.cpp b/source/Expression/ClangUserExpression.cpp index 661bab0..0da70e2 100644 --- a/source/Expression/ClangUserExpression.cpp +++ b/source/Expression/ClangUserExpression.cpp @@ -891,7 +891,8 @@ ClangUserExpression::Execute (Stream &error_stream, *m_execution_unit_sp.get(), interpreter_error, function_stack_bottom, - function_stack_top); + function_stack_top, + exe_ctx); if (!interpreter_error.Success()) { |