diff options
Diffstat (limited to 'arch/riscv/conf/s.S')
| -rw-r--r-- | arch/riscv/conf/s.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/conf/s.S b/arch/riscv/conf/s.S new file mode 100644 index 0000000..7b796ce --- /dev/null +++ b/arch/riscv/conf/s.S @@ -0,0 +1,4 @@ +.text +.global _start +_start: +loop: j loop |
