svn commit: r286917 - head/sys/powerpc/booke

Justin Hibbits jhibbits at FreeBSD.org
Wed Aug 19 06:08:13 UTC 2015


Author: jhibbits
Date: Wed Aug 19 06:08:11 2015
New Revision: 286917
URL: https://svnweb.freebsd.org/changeset/base/286917

Log:
  Fix copy&paste.

Modified:
  head/sys/powerpc/booke/locore.S

Modified: head/sys/powerpc/booke/locore.S
==============================================================================
--- head/sys/powerpc/booke/locore.S	Wed Aug 19 06:07:32 2015	(r286916)
+++ head/sys/powerpc/booke/locore.S	Wed Aug 19 06:08:11 2015	(r286917)
@@ -727,7 +727,7 @@ setfault:
 	stw	%r0, 0(%r3)
 	stw	%r1, 4(%r3)
 	stw	%r2, 8(%r3)
-	stw	%r4, 8(%r3)
+	stw	%r4, 12(%r3)
 	stmw	%r13, 16(%r3)		/* store CR, CTR, XER, [r13 .. r31] */
 	li	%r3, 0			/* return FALSE */
 	blr


More information about the svn-src-all mailing list