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