cosmopolitan/libc/nt/KernelBase/GetFileAttributesExW.s

13 lines
280 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_GetFileAttributesExW,GetFileAttributesExW,545
.text.windows
GetFileAttributesEx:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetFileAttributesExW(%rip),%rax
jmp __sysv2nt
.endfn GetFileAttributesEx,globl
.previous