Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/fpu Remove some DEBUG code.



details:   https://anonhg.NetBSD.org/src/rev/113a645f0f4f
branches:  trunk
changeset: 520904:113a645f0f4f
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sat Jan 19 03:30:54 2002 +0000

description:
Remove some DEBUG code.

diffstat:

 sys/arch/sparc/fpu/fpu.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r d5487a99f80e -r 113a645f0f4f sys/arch/sparc/fpu/fpu.c
--- a/sys/arch/sparc/fpu/fpu.c  Sat Jan 19 03:27:06 2002 +0000
+++ b/sys/arch/sparc/fpu/fpu.c  Sat Jan 19 03:30:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu.c,v 1.14 2002/01/19 03:02:34 eeh Exp $ */
+/*     $NetBSD: fpu.c,v 1.15 2002/01/19 03:30:54 eeh Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -291,12 +291,6 @@
 #endif /* SUN4U */
        u_int space[4];
 
-#if defined(DEBUG) && defined(DDB)
-       if (fpe_debug & FPE_INSN) {
-               disasem_instr(0, instr.i_int, 0);
-       }
-#endif
-
        /*
         * `Decode' and execute instruction.  Start with no exceptions.
         * The type of any i_opf opcode is in the bottom two bits, so we



Home | Main Index | Thread Index | Old Index