diff options
Diffstat (limited to 'arch/riscv64/conf/s.S')
| -rw-r--r-- | arch/riscv64/conf/s.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/riscv64/conf/s.S b/arch/riscv64/conf/s.S index 1344f69..97c66ff 100644 --- a/arch/riscv64/conf/s.S +++ b/arch/riscv64/conf/s.S @@ -1,9 +1,9 @@ .text .global _start _start: -li a0, 1 -li a1, 2 -li a2, 3 -li a3, 4 -li a4, 5 +li a0, 0 /* 0 should be NOOP */ +li a1, 1 +li a2, 2 +li a3, 3 +li a4, 4 ecall |
