commit 26151e918a28c01d6183bf87fe682124e33b77cc
parent 005c7e7c5e3bc3a7095f41ea4527e6f801739f51
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Mon, 7 Mar 2016 12:31:06 -0500
oops symbol conflict in abi3...
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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