about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/034call.cc b/034call.cc
index cafabd53..16b6ca41 100644
--- a/034call.cc
+++ b/034call.cc
@@ -85,7 +85,7 @@ default: {
     break;
   }
   Current_routine->calls.push_front(call(current_instruction().operation));
-complete_call:
+  call_housekeeping:
   ++Callstack_depth;
   assert(Callstack_depth < 9000);  // 9998-101 plus cushion
   continue;  // not done with caller; don't increment current_step_index()