rulimine/common/efi_thunk.asm_uefi_riscv64

12 lines
194 B
Plaintext

.section .text
.global efi_main
.extern uefi_entry
efi_main:
.option norelax
mv fp, zero
mv ra, zero
j uefi_entry
.section .note.GNU-stack,"",%progbits