From c81fde0c44407b76d90601b992bb3cb74b6568fd Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 24 Dec 2017 12:44:01 -0800 Subject: 4163 --- 043space.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '043space.cc') diff --git a/043space.cc b/043space.cc index c9d960aa..41c7b41d 100644 --- a/043space.cc +++ b/043space.cc @@ -202,7 +202,7 @@ void rewrite_default_space_instruction(instruction& curr) { curr.ingredients.push_back(reagent("location:type")); curr.ingredients.push_back(reagent("number-of-locals:literal")); if (!curr.products.empty()) - raise << "new-default-space can't take any results\n" << end(); + raise << "local-scope can't take any results\n" << end(); curr.products.push_back(reagent("default-space:space")); } :(after "Begin Preprocess read_memory(x)") -- cgit 1.4.1-2-gfad0