mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
13 lines
218 B
ArmAsm
13 lines
218 B
ArmAsm
|
.include "o/libc/nt/ntdllimport.inc"
|
||
|
.ntimp NtOpenSection
|
||
|
|
||
|
.text.windows
|
||
|
NtOpenSection:
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
.profilable
|
||
|
mov __imp_NtOpenSection(%rip),%rax
|
||
|
jmp __sysv2nt
|
||
|
.endfn NtOpenSection,globl
|
||
|
.previous
|