aboutsummaryrefslogtreecommitdiff
path: root/usr/src/foobar.S
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/foobar.S')
-rw-r--r--usr/src/foobar.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/foobar.S b/usr/src/foobar.S
index 49c9e1d..e3fecb8 100644
--- a/usr/src/foobar.S
+++ b/usr/src/foobar.S
@@ -2,8 +2,8 @@
.text
_start:
- li a0, 1
- la a1, foobar
+ li a7, 1
+ la a0, foobar
ecall
.Loop:
j .Loop