Unbreak book-e, broken by the trap.c merge (missed this file).

This commit is contained in:
Justin Hibbits 2015-04-08 00:31:33 +00:00
parent f59e59d5c3
commit d8f2c16bb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281242

View File

@ -722,12 +722,10 @@ setfault:
lwz %r4, TD_PCB(%r2)
stw %r3, PCB_ONFAULT(%r4)
mfcr %r10
mfctr %r11
mfxer %r12
stw %r0, 0(%r3)
stw %r1, 4(%r3)
stw %r2, 8(%r3)
stmw %r10, 12(%r3) /* store CR, CTR, XER, [r13 .. r31] */
stmw %r13, 12(%r3) /* store CR, CTR, XER, [r13 .. r31] */
li %r3, 0 /* return FALSE */
blr