summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/head.S b/asm/head.S
index b10fbb55..a2dcb8cd 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -199,7 +199,7 @@ _exception:
stw %r3,STACK_CR(%r1)
stw %r4,STACK_XER(%r1)
std %r5,STACK_CTR(%r1)
- std %r5,STACK_LR(%r1)
+ std %r6,STACK_LR(%r1)
mfspr %r3,SPR_SRR0
mfspr %r4,SPR_SRR1
mfspr %r5,SPR_HSRR0
OpenPOWER on IntegriCloud