From 29057ed9e5c81aaa5b461d344ebdd7e713727965 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 5 Oct 2015 17:07:11 -0700 Subject: 2243 --- 030container.cc | 2 +- 031address.cc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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"]); diff --git a/031address.cc b/031address.cc index 50c9c446..66172fbe 100644 --- a/031address.cc +++ b/031address.cc @@ -158,6 +158,8 @@ recipe main [ :(after "Update GET_ADDRESS base in Check") if (!canonize_type(base)) break; +:(after "Update GET_ADDRESS product in Check") +if (!canonize_type(base)) break; :(after "Update GET_ADDRESS base in Run") base = canonize(base); -- cgit 1.4.1-2-gfad0