about summary refs log tree commit diff stats
path: root/044space_surround.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-21 12:36:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-21 13:00:42 -0700
commitd7494165ec7ae507c7340dcaad2e2c95fda5ee11 (patch)
tree465d0d93dc8380e292c763416bf947e7a25c45e1 /044space_surround.cc
parent5af8334699b54162423fa3290ffef9fd5d247816 (diff)
downloadmu-d7494165ec7ae507c7340dcaad2e2c95fda5ee11.tar.gz
1414 - traces now robust to new recipes/types
Diffstat (limited to '044space_surround.cc')
-rw-r--r--044space_surround.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/044space_surround.cc b/044space_surround.cc
index 5464c968..54c92973 100644
--- a/044space_surround.cc
+++ b/044space_surround.cc
@@ -14,11 +14,11 @@ recipe main [
   1:number <- copy 32:literal
   1:number/space:1 <- copy 33:literal
 ]
-+run: instruction main/3
+# chain space
 +mem: storing 20 in location 11
-+run: instruction main/4
+# store to default-space
 +mem: storing 32 in location 12
-+run: instruction main/5
+# store to chained space
 +mem: storing 33 in location 22
 
 //: If you think of a space as a collection of variables with a common