Module Name: src Committed By: thorpej Date: Thu Nov 26 20:52:45 UTC 1998 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Oops, in some delay slot confusion, I ended up clobbering s0 before it restored pcb_onfault. Make it the way I wrote it originally, which was correct. Pointed out by Michael Hitch and Charles Hannum.