diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/.traces/get | 1 | ||||
-rw-r--r-- | cpp/.traces/get_handles_record_fields | 1 | ||||
-rw-r--r-- | cpp/.traces/get_indirect | 1 | ||||
-rw-r--r-- | cpp/019address | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/cpp/.traces/get b/cpp/.traces/get index 7f1a7336..165b9d8d 100644 --- a/cpp/.traces/get +++ b/cpp/.traces/get @@ -19,7 +19,6 @@ run/0: instruction main/1 run/0: ingredient 0 is 35 mem/0: storing in location 13 run/0: instruction main/2 -run/0: foo: ingredient 0 is 12/12 run/0: ingredient 0 is 12 run/0: ingredient 1 is 1 run/0: address to copy is 13 diff --git a/cpp/.traces/get_handles_record_fields b/cpp/.traces/get_handles_record_fields index 428a9d2c..d0c19f67 100644 --- a/cpp/.traces/get_handles_record_fields +++ b/cpp/.traces/get_handles_record_fields @@ -26,7 +26,6 @@ run/0: instruction main/2 run/0: ingredient 0 is 36 mem/0: storing in location 14 run/0: instruction main/3 -run/0: foo: ingredient 0 is 12/12 run/0: ingredient 0 is 12 run/0: ingredient 1 is 1 run/0: address to copy is 14 diff --git a/cpp/.traces/get_indirect b/cpp/.traces/get_indirect index 192f79cb..d29a679b 100644 --- a/cpp/.traces/get_indirect +++ b/cpp/.traces/get_indirect @@ -26,7 +26,6 @@ run/0: instruction main/2 run/0: ingredient 0 is 35 mem/0: storing in location 3 run/0: instruction main/3 -run/0: foo: ingredient 0 is 1/1 run/0: ingredient 0 is 1 mem/0: location 1 is 2 run/0: ingredient 1 is 0 diff --git a/cpp/019address b/cpp/019address index c8685f3d..608e5e69 100644 --- a/cpp/019address +++ b/cpp/019address @@ -110,7 +110,6 @@ recipe main [ :(replace{} "case GET:") case GET: { - trace("run") << "foo: ingredient 0 is " << instructions[pc].ingredients[0].name << "/" << instructions[pc].ingredients[0].value; trace("run") << "ingredient 0 is " << instructions[pc].ingredients[0].name; reagent base = canonize(instructions[pc].ingredients[0]); int base_address = base.value; |