cosmopolitan/libc/nt/ntdll/RtlCreateProcessParameters.S
2023-05-10 04:20:46 -07:00

14 lines
320 B
ArmAsm

#include "libc/nt/ntdllimport.h"
.ntimp RtlCreateProcessParameters,RtlCreateProcessParameters
#ifdef __x86_64__
.text.windows
RtlCreateProcessParameters:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_RtlCreateProcessParameters(%rip),%rax
jmp __sysv2nt10
.endfn RtlCreateProcessParameters,globl
.previous
#endif