Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/next68k Fix a typo (#ifdef defined(...))



details:   https://anonhg.NetBSD.org/src/rev/fec3e5922e1a
branches:  trunk
changeset: 532047:fec3e5922e1a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 21:58:56 2002 +0000

description:
Fix a typo (#ifdef defined(...))

diffstat:

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

diffs (18 lines):

diff -r 2890c1c45881 -r fec3e5922e1a sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Thu May 30 21:55:14 2002 +0000
+++ b/sys/arch/next68k/next68k/locore.s Thu May 30 21:58:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.34 2002/05/17 18:03:50 jdolecek Exp $     */
+/*     $NetBSD: locore.s,v 1.35 2002/05/30 21:58:56 thorpej Exp $      */
 
 /*
  * Copyright (c) 1998 Darrin B. Jewell
@@ -319,7 +319,7 @@
        movl    %d1,INTIOBASE+MMUBASE+MMUSSTP | load in sysseg table register
 #endif
 Lstploaddone:
-#ifdef defined(ENABLE_MAXADDR_TRAMPOLINE)
+#if defined(ENABLE_MAXADDR_TRAMPOLINE)
        lea     MAXADDR,%a2             | PA of last RAM page
        ASRELOC(Lhighcode, %a1)         | addr of high code
        ASRELOC(Lehighcode, %a3)        | end addr



Home | Main Index | Thread Index | Old Index