diff --git a/src/goto-programs/interpreter_class.h b/src/goto-programs/interpreter_class.h index b8e2e4cc437..ccc4730fba0 100644 --- a/src/goto-programs/interpreter_class.h +++ b/src/goto-programs/interpreter_class.h @@ -85,6 +85,7 @@ class interpretert:public messaget irep_idt calling_function; function_assignmentst return_assignments; function_assignmentst param_assignments; + function_assignmentst exception_assignments; }; // list_input_varst maps function identifiers onto a vector of [name = value]