Skip to content

Commit a26d7e4

Browse files
committed
increasing the readabillity
1 parent e66dc16 commit a26d7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/x86_64/syscall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub unsafe extern "C" fn syscall_handler() {
3636
"cli",
3737
"pop rcx",
3838
"mov es, rcx",
39-
"pop rcx",
39+
"pop rcx",
4040
"mov ds, rcx",
4141
"pop r11",
4242
"pop r10",

0 commit comments

Comments
 (0)