about summary refs log tree commit diff stats
path: root/cpp/.traces/copy_array
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-23 23:59:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-24 20:59:00 -0700
commit576990113273caed9a045380f1457adc1df6a5ee (patch)
tree0add69eef41b3eca78191c59b7bfbfaaedd980d8 /cpp/.traces/copy_array
parent7fb56277f54b9e2625357a433b18f60e4493f34a (diff)
downloadmu-576990113273caed9a045380f1457adc1df6a5ee.tar.gz
968
Diffstat (limited to 'cpp/.traces/copy_array')
-rw-r--r--cpp/.traces/copy_array16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/.traces/copy_array b/cpp/.traces/copy_array
index 00cab3ff..8b49bc79 100644
--- a/cpp/.traces/copy_array
+++ b/cpp/.traces/copy_array
@@ -21,23 +21,23 @@ after-brace/0: copy ...
 after-brace/0: copy ...
 run/0: instruction main/0
 run/0: ingredient 0 is 3
-mem/0: storing in location 1
+mem/0: storing 3 in location 1
 run/0: instruction main/1
 run/0: ingredient 0 is 14
-mem/0: storing in location 2
+mem/0: storing 14 in location 2
 run/0: instruction main/2
 run/0: ingredient 0 is 15
-mem/0: storing in location 3
+mem/0: storing 15 in location 3
 run/0: instruction main/3
 run/0: ingredient 0 is 16
-mem/0: storing in location 4
+mem/0: storing 16 in location 4
 run/0: instruction main/4
 run/0: ingredient 0 is 1
 mem/0: location 1 is 3
 mem/0: location 2 is 14
 mem/0: location 3 is 15
 mem/0: location 4 is 16
-mem/0: storing in location 5
-mem/0: storing in location 6
-mem/0: storing in location 7
-mem/0: storing in location 8
+mem/0: storing 3 in location 5
+mem/0: storing 14 in location 6
+mem/0: storing 15 in location 7
+mem/0: storing 16 in location 8