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 e7d3dd1 commit ddc5139Copy full SHA for ddc5139
arch/x86/core/intel64/locore.S
@@ -497,7 +497,7 @@ except: /*
497
pushq 32(%r11) /* RIP */
498
pushq 24(%r11) /* Error code */
499
pushq 8(%r11) /* Vector */
500
- pushq (%r11) /* Stashed R15 */
+ pushq (%r11) /* Stashed R11 */
501
movq $0, (%r11) /* Cover our tracks */
502
503
/* We're done, it's safe to re-enable interrupts. */
0 commit comments