about summary refs log tree commit diff stats
path: root/cpp/.traces/divide_with_remainder
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/.traces/divide_with_remainder')
-rw-r--r--cpp/.traces/divide_with_remainder8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/.traces/divide_with_remainder b/cpp/.traces/divide_with_remainder
index 4c417eed..38d40c9c 100644
--- a/cpp/.traces/divide_with_remainder
+++ b/cpp/.traces/divide_with_remainder
@@ -15,16 +15,16 @@ after-brace/0: copy ...
 after-brace/0: divide_with_remainder ...
 run/0: instruction main/0
 run/0: ingredient 0 is 27
-mem/0: storing in location 1
+mem/0: storing 27 in location 1
 run/0: instruction main/1
 run/0: ingredient 0 is 11
-mem/0: storing in location 2
+mem/0: storing 11 in location 2
 run/0: instruction main/2
 run/0: ingredient 0 is 1
 mem/0: location 1 is 27
 run/0: ingredient 1 is 2
 mem/0: location 2 is 11
 run/0: product 0 is 2
-mem/0: storing in location 3
+mem/0: storing 2 in location 3
 run/0: product 1 is 5
-mem/0: storing in location 4
+mem/0: storing 5 in location 4