diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-28 20:50:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-28 20:50:23 -0700 |
commit | 75845d2b1276214ce6c3cbc3504e49cb946d29f0 (patch) | |
tree | f48226ad77f5cd32469faf6ff6c5d5ae9b747f74 /cpp/.traces/set_default_space | |
parent | 0ee448dc2bd481bf9ce52dd6843bd00a1e2e6171 (diff) | |
download | mu-75845d2b1276214ce6c3cbc3504e49cb946d29f0.tar.gz |
991
Diffstat (limited to 'cpp/.traces/set_default_space')
-rw-r--r-- | cpp/.traces/set_default_space | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/set_default_space b/cpp/.traces/set_default_space index 5c9d8cad..326ca4b1 100644 --- a/cpp/.traces/set_default_space +++ b/cpp/.traces/set_default_space @@ -2,7 +2,7 @@ parse/0: instruction: 1 parse/0: ingredient: {name: "10", value: 0, type: 0, properties: [10: literal]} parse/0: product: {name: "default-space", value: 0, type: 2-0, properties: [default-space: address:space]} parse/0: instruction: 1 -parse/0: ingredient: {name: "12", value: 0, type: 0, properties: [12: literal]} +parse/0: ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]} parse/0: product: {name: "1", value: 0, type: 1, properties: [1: integer]} name/0: assign default-space 1 after-brace/0: recipe main @@ -11,5 +11,5 @@ after-brace/0: copy ... run/0: instruction main/0 run/0: ingredient 0 is 10 run/0: instruction main/1 -run/0: ingredient 0 is 12 -mem/0: storing 12 in location 11 +run/0: ingredient 0 is 23 +mem/0: storing 23 in location 12 |