PERFORCE change 47900 for review

Juli Mallett jmallett at FreeBSD.org
Sun Feb 29 23:25:23 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=47900

Change 47900 by jmallett at 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)


More information about the p4-projects mailing list