Skip to content

Commit ddc5139

Browse files
finikorgjhedberg
authored andcommitted
arch: x86_64: Trivial correction
Correct register name in comment. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent e7d3dd1 commit ddc5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/core/intel64/locore.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ except: /*
497497
pushq 32(%r11) /* RIP */
498498
pushq 24(%r11) /* Error code */
499499
pushq 8(%r11) /* Vector */
500-
pushq (%r11) /* Stashed R15 */
500+
pushq (%r11) /* Stashed R11 */
501501
movq $0, (%r11) /* Cover our tracks */
502502

503503
/* We're done, it's safe to re-enable interrupts. */

0 commit comments

Comments
 (0)