From a7d7073512007161cd02a085398893f16128532e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 17 Jun 2015 00:57:27 -0700 Subject: 1581 --- 020run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/020run.cc b/020run.cc index ec9c1c2b..028aa313 100644 --- a/020run.cc +++ b/020run.cc @@ -58,7 +58,7 @@ void run_current_routine() while (!Current_routine->completed()) // later layers will modify condition { //? cerr << "AAA 7: " << current_step_index() << '\n'; //? 1 - // Running One Instruction. + // Running One Instruction if (current_instruction().is_label) { ++current_step_index(); continue; } trace(Initial_callstack_depth+Callstack_depth, "run") << current_instruction().to_string(); assert(Memory[0] == 0); -- cgit 1.4.1-2-gfad0