Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips fix pasteo.



details:   https://anonhg.NetBSD.org/src/rev/73b113e86e46
branches:  trunk
changeset: 518213:73b113e86e46
user:      shin <shin%NetBSD.org@localhost>
date:      Mon Nov 26 13:16:17 2001 +0000

description:
fix pasteo.

diffstat:

 sys/arch/mips/mips/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30196514a5d9 -r 73b113e86e46 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Mon Nov 26 11:17:34 2001 +0000
+++ b/sys/arch/mips/mips/locore.S       Mon Nov 26 13:16:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.127 2001/11/20 21:37:50 manu Exp $        */
+/*     $NetBSD: locore.S,v 1.128 2001/11/26 13:16:17 shin Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1114,7 +1114,7 @@
        sw      zero, U_PCB_ONFAULT(v1)
        j       ra
        li      v0, -1
-END(fswintrberr)
+END(fswberr)
 
 #if defined(NS) || defined(ISO) || defined(CCITT) || defined(CODA)
 /*



Home | Main Index | Thread Index | Old Index