mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fixed 64-bit resumed system calls.
This commit is contained in:
parent
c0c20860ed
commit
cf53e4a020
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ resume_syscall:
|
|||
movq %rsp, %rbp
|
||||
|
||||
movq %rdi, %rax
|
||||
movq %rsi, %r11
|
||||
movq %rdx, %r11
|
||||
|
||||
movq 0(%r11), %rdi
|
||||
movq 8(%r11), %rsi
|
||||
|
|
Loading…
Reference in a new issue