cosmopolitan/libc/nt/kernel32/FindVolumeClose.s

16 lines
276 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_FindVolumeClose,FindVolumeClose,0
.text.windows
FindVolumeClose:
push %rbp
mov %rsp,%rbp
.profilable
mov %rdi,%rcx
sub $32,%rsp
call *__imp_FindVolumeClose(%rip)
leave
ret
.endfn FindVolumeClose,globl
.previous