cosmopolitan/libc/nt/kernel32/GetPriorityClass.s

16 lines
281 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_GetPriorityClass,GetPriorityClass,0
.text.windows
GetPriorityClass:
push %rbp
mov %rsp,%rbp
.profilable
mov %rdi,%rcx
sub $32,%rsp
call *__imp_GetPriorityClass(%rip)
leave
ret
.endfn GetPriorityClass,globl
.previous