summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/test/mandel.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/mandel.ssa b/lisc/test/mandel.ssa
index 87ea9d4..8229fae 100644
--- a/lisc/test/mandel.ssa
+++ b/lisc/test/mandel.ssa
@@ -51,12 +51,12 @@ function w $main() {
 	%r1 =w call $putchar(w 32)   # ' '
 	jmp @loopx1
 @loopx1
-	%x1 =d add %x, d_0.1
+	%x1 =d add %x, d_0.032
 	%cmp1 =w cgtd %x1, d_1.0
 	jnz %cmp1, @loopy1, @loopx
 @loopy1
 	%r2 =w call $putchar(w 10)   # '\n'
-	%y1 =d add %y, d_0.1
+	%y1 =d add %y, d_0.032
 	%cmp2 =w cgtd %y1, d_1.0
 	jnz %cmp2, @ret, @loopy
 @ret