Skip to content
Snippets Groups Projects
Verified Commit 7a8015eb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use r10 instead of rcx for linux pte_clone

parent 66615ef4
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ impl Pal for Sys { ...@@ -375,7 +375,7 @@ impl Pal for Sys {
.parent: .parent:
" "
: "={rax}"(pid) : "={rax}"(pid)
: "{rax}"(SYS_CLONE), "{rdi}"(flags), "{rsi}"(stack), "{rdx}"(0), "{rcx}"(0), "{r8}"(0) : "{rax}"(SYS_CLONE), "{rdi}"(flags), "{rsi}"(stack), "{rdx}"(0), "{r10}"(0), "{r8}"(0)
: "memory", "rbx", "rcx", "rdx", "rsi", "rdi", "r8", : "memory", "rbx", "rcx", "rdx", "rsi", "rdi", "r8",
"r9", "r10", "r11", "r12", "r13", "r14", "r15" "r9", "r10", "r11", "r12", "r13", "r14", "r15"
: "intel", "volatile" : "intel", "volatile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment