diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-07 11:56:06 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-07 11:56:06 -0500 |
commit | 53efd935d77409517f0c9f268aa384eae277a588 (patch) | |
tree | 9a6ebb55c66d0916f612e88da3625816eb8c6f36 /lisc | |
parent | a7ba1c3d2ed3d7b00e6a41331a9c28325db451e9 (diff) | |
download | roux-53efd935d77409517f0c9f268aa384eae277a588.tar.gz |
make abi3 resistant to reassoc
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/test/abi3.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/abi3.ssa b/lisc/test/abi3.ssa index 37abb06..182604e 100644 --- a/lisc/test/abi3.ssa +++ b/lisc/test/abi3.ssa @@ -13,7 +13,7 @@ function $test() { storew 5, %s1 # set the w # only the last argument should be on the stack - %f =l add $F, 0 + %f =l add $F, %y %x =w call %f(w %y, w 1, w 2, w 3, :four %s, w 6) # store the result in the |