Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include same typo
details: https://anonhg.NetBSD.org/src/rev/613561f47861
branches: trunk
changeset: 327524:613561f47861
user: matt <matt%NetBSD.org@localhost>
date: Mon Mar 10 00:04:04 2014 +0000
description:
same typo
diffstat:
sys/arch/powerpc/include/userret.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ead8c0b418b2 -r 613561f47861 sys/arch/powerpc/include/userret.h
--- a/sys/arch/powerpc/include/userret.h Mon Mar 10 00:03:14 2014 +0000
+++ b/sys/arch/powerpc/include/userret.h Mon Mar 10 00:04:04 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.27 2014/03/10 00:03:14 matt Exp $ */
+/* $NetBSD: userret.h,v 1.28 2014/03/10 00:04:04 matt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -79,7 +79,7 @@
* use IAC1/IAC2 to match the next PC.
*/
if (__predict_false(tf->tf_srr1 & PSL_SE)) {
- tf->tf_ssr1 &= ~PSL_SE;
+ tf->tf_srr1 &= ~PSL_SE;
extern void booke_sstep(struct trapframe *); /* ugly */
booke_sstep(tf);
}
Home |
Main Index |
Thread Index |
Old Index