Date: Sun, 29 Feb 2004 23:25:21 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 47900 for review Message-ID: <200403010725.i217PLPU064711@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=47900 Change 47900 by jmallett@jmallett_oingo on 2004/02/29 23:25:00 __panic. Affected files ... .. //depot/projects/mips/sys/mips/mips/exception.S#13 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/exception.S#13 (text+ko) ==== @@ -213,10 +213,12 @@ LEAF(Interrupt) .set noat mfc0 k1, MIPS_COP_0_CAUSE - dla k0, panic + li a0, 0 + li a1, 0 + dla k0, __panic dmtc0 k0, MIPS_COP_0_EXC_PC - dla a0, 1f - move a1, k1 + dla a2, 1f + move a3, k1 eret .set at END(Interrupt)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403010725.i217PLPU064711>