diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-19 23:49:13 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-19 23:49:13 -0800 |
commit | b291f85b8d0ece9312b066a84cbeca1b367fe85f (patch) | |
tree | e3e443337918a47ac2f3707b1b77957c34a6131d /cpp/.traces/copy_multiple_locations | |
parent | 9dc2948276388d2ca6556f4a8d13d55406775ac7 (diff) | |
download | mu-b291f85b8d0ece9312b066a84cbeca1b367fe85f.tar.gz |
798 - start of record support
Diffstat (limited to 'cpp/.traces/copy_multiple_locations')
-rw-r--r-- | cpp/.traces/copy_multiple_locations | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/.traces/copy_multiple_locations b/cpp/.traces/copy_multiple_locations new file mode 100644 index 00000000..d721dafb --- /dev/null +++ b/cpp/.traces/copy_multiple_locations @@ -0,0 +1,21 @@ +parse/0: instruction: 1 +parse/0: ingredient: {name: "34", type: 0} +parse/0: product: {name: "1", type: 1} +parse/0: instruction: 1 +parse/0: ingredient: {name: "0", type: 0} +parse/0: product: {name: "2", type: 2} +parse/0: instruction: 1 +parse/0: ingredient: {name: "1", type: 3} +parse/0: product: {name: "3", type: 3} +run/0: instruction 0 +run/0: ingredient 0 is 34 +mem/0: storing in location 1 +run/0: instruction 1 +run/0: ingredient 0 is 0 +mem/0: storing in location 2 +run/0: instruction 2 +run/0: ingredient 0 is 1 +mem/0: location 1 is 34 +mem/0: location 2 is 0 +mem/0: storing in location 3 +mem/0: storing in location 4 |