diff options
Diffstat (limited to 'cpp/020run.cc')
-rw-r--r-- | cpp/020run.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/020run.cc b/cpp/020run.cc index e43085e2..95a8a0b1 100644 --- a/cpp/020run.cc +++ b/cpp/020run.cc @@ -54,6 +54,7 @@ void run_current_routine() // Running One Instruction. if (current_instruction().is_label) { ++current_step_index(); continue; } trace("run") << "instruction " << current_recipe_name() << '/' << current_step_index(); + trace("run") << current_instruction().to_string(); //? cout << "operation " << current_instruction().operation << '\n'; //? 3 switch (current_instruction().operation) { // Primitive Recipe Implementations |