mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
Fix fork() for new task switching model
This commit is contained in:
@@ -44,7 +44,7 @@ fork:
|
||||
push rbp
|
||||
mov rbp, rsp
|
||||
|
||||
mov rax, 0x00
|
||||
mov rax, 0x03
|
||||
syscall ; pid left in rax
|
||||
|
||||
pop rbp
|
||||
|
||||
Reference in New Issue
Block a user