From a7e7d73a7e41216436c334c89b7318e698e828f6 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 20 Oct 2015 16:17:26 -0400 Subject: use new loadl instruction in echo --- lisc/test/echo.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1