mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Make more fixes and improvements
This commit is contained in:
parent
01b25e267b
commit
1599b818d9
24 changed files with 858 additions and 538 deletions
12
libc/nt/PowrProf/SetSuspendState.s
Normal file
12
libc/nt/PowrProf/SetSuspendState.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp PowrProf,__imp_SetSuspendState,SetSuspendState,0
|
||||
|
||||
.text.windows
|
||||
SetSuspendState:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_SetSuspendState(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn SetSuspendState,globl
|
||||
.previous
|
Loading…
Add table
Add a link
Reference in a new issue