diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-11 16:39:05 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:31 -0400 |
commit | 06d6cc78f084fe394a7ab0d69d87b30d4d69fe92 (patch) | |
tree | dcf3ddad56010c5ee44a4e458c9bd31ca4499eb0 /lisc/test | |
parent | 1583f4bd329440a78f6d261cfad1043095439bbd (diff) | |
download | roux-06d6cc78f084fe394a7ab0d69d87b30d4d69fe92.tar.gz |
use proper store suffix in max test
Diffstat (limited to 'lisc/test')
-rw-r--r-- | lisc/test/max.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/max.ssa b/lisc/test/max.ssa index d5e1d4c..f054a6a 100644 --- a/lisc/test/max.ssa +++ b/lisc/test/max.ssa @@ -21,5 +21,5 @@ @old jmp @loop @end - store %max, $a + storew %max, $a ret |