From 7c8493b3fba57b31708ba53875805f5b045d92e4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 20:25:33 -0700 Subject: 1173 --- cpp/020run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/020run') diff --git a/cpp/020run b/cpp/020run index cafeef75..93052b52 100644 --- a/cpp/020run +++ b/cpp/020run @@ -57,7 +57,7 @@ void run_current_routine() if (current_instruction().is_label) { ++pc; continue; } //? cout << "AAA " << Trace_stream << " ^" << Trace_stream->dump_layer << "$\n"; //? 1 //? trace("foo") << "2.5: " << pc << " " << &pc; //? 1 - trace("run") << "instruction " << recipe_name() << '/' << pc; + trace("run") << "instruction " << current_recipe_name() << '/' << pc; //? cout << "operation " << current_instruction().operation << '\n'; //? 3 //? if (!current_instruction().products.empty()) trace("foo") << "AAA product 0 is " << current_instruction().products[0].to_string(); //? 1 switch (current_instruction().operation) { @@ -87,7 +87,7 @@ inline size_t& current_step_index() { return Current_routine->running_step_index; } -inline string recipe_name() { +inline const string& current_recipe_name() { return Recipe[Current_routine->running_recipe].name; } -- cgit 1.4.1-2-gfad0 ger/log/doc/print_keys.py?h=v1.9.1'>log tree commit diff stats
path: root/doc/print_keys.py
blob: f87a2a408ae3b609de5cc1e9b3ad113ba8a4b55f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14