summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-20 16:17:26 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-30 13:20:42 -0400
commita7e7d73a7e41216436c334c89b7318e698e828f6 (patch)
tree9b65e77f111e2fdf7ce479c4a226d3600cfb0fa1
parentb284721c8acae244d054dbe8c8b5878f0e649c0a (diff)
downloadroux-a7e7d73a7e41216436c334c89b7318e698e828f6.tar.gz
use new loadl instruction in echo
-rw-r--r--lisc/test/echo.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/echo.ssa b/lisc/test/echo.ssa
index 56e7305..2766aac 100644
--- a/lisc/test/echo.ssa
+++ b/lisc/test/echo.ssa
@@ -18,7 +18,7 @@ function $main(w %argc, l %argv) {
 	jmp @loop2
 @loop2
 	%sep =w phi @last 10, @nolast 32
-	%arg =l load %av
+	%arg =l loadl %av
 	%r =w call $printf(l %fmt, l %arg, w %sep)
 	%av1 =l add %av, 8
 	%ac1 =w sub %ac, 1