diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-14 19:06:57 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-14 19:08:38 -0700 |
commit | 82ac0b7ecbc145ed8c8ecd8309166f654af1ee75 (patch) | |
tree | fb24d253bec1b3a24bf9d3e6d746111dbf4b856f /cpp/.traces/string-equal-reflexive | |
parent | 0edf822f996c5def4588cc207d1977cffc3e9a0c (diff) | |
download | mu-82ac0b7ecbc145ed8c8ecd8309166f654af1ee75.tar.gz |
1063 - variable names for surrounding spaces now work
This was a pain to debug.
Diffstat (limited to 'cpp/.traces/string-equal-reflexive')
-rw-r--r-- | cpp/.traces/string-equal-reflexive | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/.traces/string-equal-reflexive b/cpp/.traces/string-equal-reflexive index be1548bb..ab94aa39 100644 --- a/cpp/.traces/string-equal-reflexive +++ b/cpp/.traces/string-equal-reflexive @@ -17,6 +17,7 @@ after-brace/0: new ... after-brace/0: new ... after-brace/0: string-equal ... run/0: instruction test-string-equal-reflexive/0 +mem/0: new alloc: 1000 mem/0: array size is 30 run/0: instruction test-string-equal-reflexive/1 mem/0: storing 1030 in location 1002 @@ -24,6 +25,7 @@ run/0: instruction test-string-equal-reflexive/2 mem/0: location 1002 is 1030 mem/0: location 1002 is 1030 run/0: instruction string-equal/0 +mem/0: new alloc: 1034 mem/0: array size is 30 run/0: instruction string-equal/1 run/0: product 0 is 1030 |