diff options
Diffstat (limited to '034call.cc')
-rw-r--r-- | 034call.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/034call.cc b/034call.cc index ee554ab6..87d0d601 100644 --- a/034call.cc +++ b/034call.cc @@ -90,6 +90,7 @@ if (Recipe.find(inst.operation) == Recipe.end()) { } :(replace{} "default:" following "End Primitive Recipe Implementations") default: { + const instruction& call_instruction = current_instruction(); if (Recipe.find(current_instruction().operation) == Recipe.end()) { // duplicate from Checks // stop running this instruction immediately ++current_step_index(); |