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 Remove extra #endif



details:   https://anonhg.NetBSD.org/src/rev/818833b47d2b
branches:  trunk
changeset: 346394:818833b47d2b
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 11 18:07:33 2016 +0000

description:
Remove extra #endif

diffstat:

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

diffs (17 lines):

diff -r d213c7748469 -r 818833b47d2b sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Mon Jul 11 16:18:55 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Mon Jul 11 18:07:33 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.68 2016/07/11 16:15:36 matt Exp $     */
+/*     $NetBSD: mipsX_subr.S,v 1.69 2016/07/11 18:07:33 matt Exp $     */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2008,7 +2008,6 @@
 
        .globl  _C_LABEL(MIPSX(exceptionentry_end))
 _C_LABEL(MIPSX(exceptionentry_end)):
-#endif /* (PGSHIFT & 1) == 0 */
 
        .set    at
 



Home | Main Index | Thread Index | Old Index