We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66dc16 commit a26d7e4Copy full SHA for a26d7e4
src/arch/x86_64/syscall.rs
@@ -36,7 +36,7 @@ pub unsafe extern "C" fn syscall_handler() {
36
"cli",
37
"pop rcx",
38
"mov es, rcx",
39
- "pop rcx",
+ "pop rcx",
40
"mov ds, rcx",
41
"pop r11",
42
"pop r10",
0 commit comments