Files
Limine/common/efi_thunk.asm_uefi_loongarch64
2024-07-31 23:05:27 -04:00

11 lines
154 B
Plaintext

.section .text
.global efi_main
.extern uefi_entry
efi_main:
move $fp, $r0
move $ra, $r0
b uefi_entry
.section .note.GNU-stack,"",%progbits