From cfa285395e19460a2da9c63167185a08245f1d83 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 11 Feb 2016 20:02:31 -0500 Subject: update tests to new comparisons --- lisc/test/puts10.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/test/puts10.ssa') diff --git a/lisc/test/puts10.ssa b/lisc/test/puts10.ssa index e10916c..dad4f82 100644 --- a/lisc/test/puts10.ssa +++ b/lisc/test/puts10.ssa @@ -9,7 +9,7 @@ function $test() { storeb %c, %y %r =w call $puts(l %y) %n1 =w add %n, 1 - %cmp =w csle %n1, 9 + %cmp =w cslew %n1, 9 jnz %cmp, @loop, @end @end ret -- cgit 1.4.1