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 af52201 commit 91c5f0dCopy full SHA for 91c5f0d
arch/x86/entry/entry_64_compat.S
@@ -363,9 +363,7 @@ ENTRY(entry_INT80_compat)
363
pushq 2*8(%rdi) /* regs->ip */
364
pushq 1*8(%rdi) /* regs->orig_ax */
365
366
- movq (%rdi), %rdi /* restore %rdi */
367
-
368
- pushq %rdi /* pt_regs->di */
+ pushq (%rdi) /* pt_regs->di */
369
pushq %rsi /* pt_regs->si */
370
pushq %rdx /* pt_regs->dx */
371
pushq %rcx /* pt_regs->cx */
0 commit comments