diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 19:50:54 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 19:50:54 -0700 |
commit | e7eeb47570abdc9c416a7dc4a88febfb380ef98a (patch) | |
tree | 44c297b49014543667f4bac9ce10885b5cc50089 /cpp/.traces/interpolate-works | |
parent | 68329610f23249b432b9bd0f22f034ac089dd68d (diff) | |
download | mu-e7eeb47570abdc9c416a7dc4a88febfb380ef98a.tar.gz |
1168
Diffstat (limited to 'cpp/.traces/interpolate-works')
-rw-r--r-- | cpp/.traces/interpolate-works | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/.traces/interpolate-works b/cpp/.traces/interpolate-works index c61cd12a..3858438e 100644 --- a/cpp/.traces/interpolate-works +++ b/cpp/.traces/interpolate-works @@ -64,7 +64,7 @@ run/0: product 0 is 7 mem/0: storing 7 in location 1014 run/0: instruction interpolate/10 run/0: ingredient 0 is -6 -run/0: pc now 4 +run/0: jumping to instruction 5 run/0: instruction interpolate/5 mem/0: storing 0 in location 1016 run/0: instruction interpolate/6 @@ -152,7 +152,7 @@ run/0: product 0 is 1 mem/0: storing 1 in location 1019 run/0: instruction interpolate/30 run/0: ingredient 0 is -10 -run/0: pc now 20 +run/0: jumping to instruction 21 run/0: instruction interpolate/21 run/0: ingredient 0 is i mem/0: location 1020 is 1 @@ -211,7 +211,7 @@ run/0: product 0 is 2 mem/0: storing 2 in location 1019 run/0: instruction interpolate/30 run/0: ingredient 0 is -10 -run/0: pc now 20 +run/0: jumping to instruction 21 run/0: instruction interpolate/21 run/0: ingredient 0 is i mem/0: location 1020 is 2 @@ -270,7 +270,7 @@ run/0: product 0 is 3 mem/0: storing 3 in location 1019 run/0: instruction interpolate/30 run/0: ingredient 0 is -10 -run/0: pc now 20 +run/0: jumping to instruction 21 run/0: instruction interpolate/21 run/0: ingredient 0 is i mem/0: location 1020 is 3 @@ -329,7 +329,7 @@ run/0: product 0 is 4 mem/0: storing 4 in location 1019 run/0: instruction interpolate/30 run/0: ingredient 0 is -10 -run/0: pc now 20 +run/0: jumping to instruction 21 run/0: instruction interpolate/21 run/0: ingredient 0 is i mem/0: location 1020 is 4 @@ -413,7 +413,7 @@ run/0: product 0 is 5 mem/0: storing 5 in location 1019 run/0: instruction interpolate/41 run/0: ingredient 0 is -8 -run/0: pc now 33 +run/0: jumping to instruction 34 run/0: instruction interpolate/34 run/0: ingredient 0 is j mem/0: location 1025 is 1 @@ -462,7 +462,7 @@ run/0: product 0 is 6 mem/0: storing 6 in location 1019 run/0: instruction interpolate/41 run/0: ingredient 0 is -8 -run/0: pc now 33 +run/0: jumping to instruction 34 run/0: instruction interpolate/34 run/0: ingredient 0 is j mem/0: location 1025 is 2 @@ -511,7 +511,7 @@ run/0: product 0 is 7 mem/0: storing 7 in location 1019 run/0: instruction interpolate/41 run/0: ingredient 0 is -8 -run/0: pc now 33 +run/0: jumping to instruction 34 run/0: instruction interpolate/34 run/0: ingredient 0 is j mem/0: location 1025 is 3 @@ -532,7 +532,7 @@ run/0: product 0 is 5 mem/0: storing 5 in location 1020 run/0: instruction interpolate/44 run/0: ingredient 0 is -27 -run/0: pc now 17 +run/0: jumping to instruction 18 run/0: instruction interpolate/18 mem/0: storing 0 in location 1016 run/0: instruction interpolate/19 |