diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-07 12:31:06 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-07 12:31:06 -0500 |
commit | 26151e918a28c01d6183bf87fe682124e33b77cc (patch) | |
tree | e2780fddd426450e13c22d49ebdb64face8af390 /lisc | |
parent | 005c7e7c5e3bc3a7095f41ea4527e6f801739f51 (diff) | |
download | roux-26151e918a28c01d6183bf87fe682124e33b77cc.tar.gz |
oops symbol conflict in abi3...
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/test/abi3.ssa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/abi3.ssa b/lisc/test/abi3.ssa index 182604e..608d1db 100644 --- a/lisc/test/abi3.ssa +++ b/lisc/test/abi3.ssa @@ -1,10 +1,10 @@ type :four = {l, b, w} -data $a = { w 0 } +data $z = { w 0 } function $test() { @start - %a =w loadw $a + %a =w loadw $z %y =w add %a, %a %s =l alloc8 16 # allocate a :four struct |