cosmopolitan/libc/nt/kernel32/LoadResource.s

13 lines
238 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_LoadResource,LoadResource,0
.text.windows
LoadResource:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_LoadResource(%rip),%rax
jmp __sysv2nt
.endfn LoadResource,globl
.previous