From e81da299fb49bd79cd460d477ec0bb673035620a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Jul 2016 18:05:56 -0700 Subject: 3117 --- html/026call.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/026call.cc.html') diff --git a/html/026call.cc.html b/html/026call.cc.html index 229f0fc8..83224e28 100644 --- a/html/026call.cc.html +++ b/html/026call.cc.html @@ -196,7 +196,7 @@ def main [ assert(Trace_stream->callstack_depth >= 0); } Current_routine->calls.pop_front(); - if (Current_routine->calls.empty()) return; + if (Current_routine->calls.empty()) goto stop_running_current_routine; // Complete Call Fallthrough // todo: fail if no products returned ++current_step_index(); -- cgit 1.4.1-2-gfad0