about summary refs log tree commit diff stats
path: root/cpp/017record
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-22 00:17:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-22 00:17:18 -0800
commit333777c693463e56f6560bf184db8eca832834d1 (patch)
tree020353a158307591a62c9cf606e6a039b8d90441 /cpp/017record
parent6cc4621602ac00effcfedeeb01593d5e619db0f9 (diff)
downloadmu-333777c693463e56f6560bf184db8eca832834d1.tar.gz
815
Diffstat (limited to 'cpp/017record')
-rw-r--r--cpp/017record4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/017record b/cpp/017record
index 8dd02643..3f5d9889 100644
--- a/cpp/017record
+++ b/cpp/017record
@@ -109,9 +109,6 @@ Next_recipe_number++;
 case GET_ADDRESS: {
   trace("run") << "ingredient 0 is " << instructions[pc].ingredients[0].name;
   int base_address = to_int(instructions[pc].ingredients[0].name);
-  trace("run") << "base address " << base_address;
-  int base_type = instructions[pc].ingredients[0].types[0];
-  trace("run") << "base type is " << base_type;
   trace("run") << "ingredient 1 is " << instructions[pc].ingredients[1].name;
   assert(instructions[pc].ingredients[1].types.size() == 1);
   assert(instructions[pc].ingredients[1].types[0] == 0);  // must be literal
@@ -133,7 +130,6 @@ recipe main [
 ]
 +run: instruction 2
 +run: ingredient 0 is 12
-+run: base address 12
 +run: ingredient 1 is 1
 +run: address to copy is 13
 +mem: storing in location 15