From 62a52ffbfe2880fe754732ca3417eab96ff83738 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 1 Jul 2015 10:19:04 -0700 Subject: 1690 --- html/043space.cc.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html/043space.cc.html') diff --git a/html/043space.cc.html b/html/043space.cc.html index e0e8910d..f43b35a5 100644 --- a/html/043space.cc.html +++ b/html/043space.cc.html @@ -91,7 +91,8 @@ reagent absolutize(reagent x//? cout << is_raw(x) << '\n'; //? 1 if (is_raw(x) || is_dummy(x)) return x; //? cout << "not raw: " << x.to_string() << '\n'; //? 1 - assert(x.initialized); + if (!x.initialized) + raise << current_instruction().to_string() << ": reagent not initialized: " << x.to_string() << die(); reagent r = x; r.set_value(address(r.value, space_base(r))); //? cout << "after absolutize: " << r.value << '\n'; //? 1 -- cgit 1.4.1-2-gfad0