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/buffer-append-works | |
parent | 68329610f23249b432b9bd0f22f034ac089dd68d (diff) | |
download | mu-e7eeb47570abdc9c416a7dc4a88febfb380ef98a.tar.gz |
1168
Diffstat (limited to 'cpp/.traces/buffer-append-works')
-rw-r--r-- | cpp/.traces/buffer-append-works | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/buffer-append-works b/cpp/.traces/buffer-append-works index 06f665a2..14ec3ad7 100644 --- a/cpp/.traces/buffer-append-works +++ b/cpp/.traces/buffer-append-works @@ -585,7 +585,7 @@ run/0: product 0 is 1 mem/0: storing 1 in location 1312 run/0: instruction grow-buffer/15 run/0: ingredient 0 is -7 -run/0: pc now 8 +run/0: jumping to instruction 9 run/0: instruction grow-buffer/9 run/0: ingredient 0 is i mem/0: location 1312 is 1 @@ -629,7 +629,7 @@ run/0: product 0 is 2 mem/0: storing 2 in location 1312 run/0: instruction grow-buffer/15 run/0: ingredient 0 is -7 -run/0: pc now 8 +run/0: jumping to instruction 9 run/0: instruction grow-buffer/9 run/0: ingredient 0 is i mem/0: location 1312 is 2 @@ -673,7 +673,7 @@ run/0: product 0 is 3 mem/0: storing 3 in location 1312 run/0: instruction grow-buffer/15 run/0: ingredient 0 is -7 -run/0: pc now 8 +run/0: jumping to instruction 9 run/0: instruction grow-buffer/9 run/0: ingredient 0 is i mem/0: location 1312 is 3 |