about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-05 17:07:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-05 17:07:11 -0700
commit29057ed9e5c81aaa5b461d344ebdd7e713727965 (patch)
tree8309e8eba16c2458777aa2824868cdeaf2ff75bb /030container.cc
parentfb85b3b46d3e655f529e13b477fadf2782e63d94 (diff)
downloadmu-29057ed9e5c81aaa5b461d344ebdd7e713727965.tar.gz
2243
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index 817a8c47..4adf05a0 100644
--- a/030container.cc
+++ b/030container.cc
@@ -280,7 +280,7 @@ case GET_ADDRESS: {
     offset_value = offset.value;
   }
   reagent product = inst.products.at(0);
-  canonize_type(product);
+  // Update GET_ADDRESS product in Check
   reagent element;
   element.types = Type[base_type].elements.at(offset_value);
   element.types.insert(element.types.begin(), Type_ordinal["address"]);