cosmopolitan/libc/nt/KernelBase/SetFileAttributesW.s

13 lines
271 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_SetFileAttributesW,SetFileAttributesW,1508
.text.windows
SetFileAttributes:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_SetFileAttributesW(%rip),%rax
jmp __sysv2nt
.endfn SetFileAttributes,globl
.previous