mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
add support for linux_riscv64 and freestanding_riscv64
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.text
|
||||
|
||||
.globl _start
|
||||
|
||||
_start:
|
||||
ld a0, 0(sp)
|
||||
addi a1, sp, 8
|
||||
addi sp, sp, ~15
|
||||
call _start_odin
|
||||
ebreak
|
||||
Reference in New Issue
Block a user