Minor change to eliminate incorrect use of unaligned register.

This commit is contained in:
Joel Sherrill
1997-01-29 00:30:51 +00:00
parent dcec5a4d60
commit 551cb1c66c

View File

@@ -429,5 +429,6 @@ align_complete:
mtspr srr3, r29 /* SRR 3 */
mtspr srr0, r30 /* SRR 0 */
mtspr srr1, r31 /* SRR 1 */
lmw r0,Open_gpr0+ALIGN_REGS(r0)
lmw r1,Open_gpr1+ALIGN_REGS(r0)
lwz r0,Open_gpr0+ALIGN_REGS(r0)
rfi