From e951ecf5596121f244eb8188d1f8ed25afb2b858 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 17 Aug 2016 12:18:27 -0700 Subject: 3213 --- 043space.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '043space.cc') diff --git a/043space.cc b/043space.cc index 3a37dc1d..d6204b39 100644 --- a/043space.cc +++ b/043space.cc @@ -55,9 +55,8 @@ absolutize(x); void absolutize(reagent& x) { if (is_raw(x) || is_dummy(x)) return; if (x.name == "default-space") return; - if (!x.initialized) { + if (!x.initialized) raise << to_original_string(current_instruction()) << ": reagent not initialized: '" << x.original_string << "'\n" << end(); - } x.set_value(address(x.value, space_base(x))); x.properties.push_back(pair("raw", NULL)); assert(is_raw(x)); -- cgit 1.4.1-2-gfad0