Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
relibc
Commits
7a8015eb
Verified
Commit
7a8015eb
authored
Nov 30, 2021
by
Jeremy Soller
Browse files
Use r10 instead of rcx for linux pte_clone
parent
66615ef4
Pipeline
#9827
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/platform/linux/mod.rs
View file @
7a8015eb
...
@@ -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
),
"{r
cx
}"
(
0
),
"{r8}"
(
0
)
:
"{rax}"
(
SYS_CLONE
),
"{rdi}"
(
flags
),
"{rsi}"
(
stack
),
"{rdx}"
(
0
),
"{r
10
}"
(
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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment