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