mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
15 lines
250 B
ArmAsm
15 lines
250 B
ArmAsm
.include "o/libc/nt/codegen.inc"
|
|
.imp KernelBase,__imp_FindClose,FindClose,359
|
|
|
|
.text.windows
|
|
FindClose:
|
|
push %rbp
|
|
mov %rsp,%rbp
|
|
.profilable
|
|
mov %rdi,%rcx
|
|
sub $32,%rsp
|
|
call *__imp_FindClose(%rip)
|
|
leave
|
|
ret
|
|
.endfn FindClose,globl
|
|
.previous
|