From fb1fcbc99e0383c9d5ac45eb75bb8fc76ea8a62c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Apr 2016 09:58:07 -0700 Subject: 2847 --- 043space.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '043space.cc') diff --git a/043space.cc b/043space.cc index 3bb940e7..151c23cd 100644 --- a/043space.cc +++ b/043space.cc @@ -131,8 +131,8 @@ def main [ ] +mem: storing 35 in location 9 -:(after "reagent elem" following "case GET:") -elem.properties.push_back(pair("raw", NULL)); +:(before "Read element" following "case GET:") +element.properties.push_back(pair("raw", NULL)); //:: fix 'index' @@ -152,8 +152,8 @@ def main [ ] +mem: storing 35 in location 9 -:(after "reagent elem" following "case INDEX:") -elem.properties.push_back(pair("raw", NULL)); +:(before "Read element" following "case INDEX:") +element.properties.push_back(pair("raw", NULL)); //:: convenience operation to automatically deduce the amount of space to //:: allocate in a default space with names -- cgit 1.4.1-2-gfad0