We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32bf48e + 0bd83ab commit fb3025dCopy full SHA for fb3025d
src/goto-programs/interpreter_class.h
@@ -85,6 +85,7 @@ class interpretert:public messaget
85
irep_idt calling_function;
86
function_assignmentst return_assignments;
87
function_assignmentst param_assignments;
88
+ function_assignmentst exception_assignments;
89
};
90
91
// list_input_varst maps function identifiers onto a vector of [name = value]
0 commit comments