diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 23:41:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 23:41:17 -0700 |
commit | fd41212ef655a19f5385dec38a89575a02c87d99 (patch) | |
tree | ca7f1c9950641e6d172391e7bbf6aa957114b7bd /cpp/.traces/interpolate-works | |
parent | ed78d87f2d9d4d2a7c30c156fb7c6b3094f9be01 (diff) | |
download | mu-fd41212ef655a19f5385dec38a89575a02c87d99.tar.gz |
1193
Diffstat (limited to 'cpp/.traces/interpolate-works')
-rw-r--r-- | cpp/.traces/interpolate-works | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/interpolate-works b/cpp/.traces/interpolate-works index 917885b6..97edab53 100644 --- a/cpp/.traces/interpolate-works +++ b/cpp/.traces/interpolate-works @@ -27,8 +27,8 @@ run/0: instruction test-interpolate-works/2 mem/0: location 1 is 1000 mem/0: location 2 is 1006 run/0: instruction interpolate/0 -mem/0: new alloc: 1010 mem/0: array size is 60 +mem/0: new alloc: 1010 run/0: instruction interpolate/1 run/0: product 0 is 1000 mem/0: storing 1000 in location 1012 @@ -77,10 +77,10 @@ run/0: instruction interpolate/12 run/0: instruction interpolate/13 run/0: product 0 is 1000 run/0: instruction interpolate/14 -mem/0: new alloc: 1070 -mem/0: storing 1070 in location 1018 mem/0: location 1014 is 7 mem/0: array size is 7 +mem/0: new alloc: 1070 +mem/0: storing 1070 in location 1018 run/0: instruction interpolate/15 run/0: ingredient 0 is 0 mem/0: storing 0 in location 1019 |