aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/src/bar.S4
-rw-r--r--usr/src/foo.S4
-rw-r--r--usr/src/foobar.S4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/bar.S b/usr/src/bar.S
index 09c68e3..ee86b3e 100644
--- a/usr/src/bar.S
+++ b/usr/src/bar.S
@@ -2,8 +2,8 @@
.text
_start:
- li a0, 1
- la a1, bar
+ li a7, 1
+ la a0, bar
ecall
.Loop:
j .Loop
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
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