cosmopolitan/libc/nt/ntdll/NtFlushInstructionCache.s

13 lines
258 B
ArmAsm

.include "o/libc/nt/ntdllimport.inc"
.ntimp NtFlushInstructionCache
.text.windows
NtFlushInstructionCache:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtFlushInstructionCache(%rip),%rax
jmp __sysv2nt
.endfn NtFlushInstructionCache,globl
.previous