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 Add missing `#ifdef SUN4U'.
details: https://anonhg.NetBSD.org/src/rev/e516329c2edb
branches: trunk
changeset: 521079:e516329c2edb
user: pk <pk%NetBSD.org@localhost>
date: Wed Jan 23 10:19:42 2002 +0000
description:
Add missing `#ifdef SUN4U'.
diffstat:
sys/arch/sparc/fpu/fpu_explode.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 04f9d1e2a942 -r e516329c2edb sys/arch/sparc/fpu/fpu_explode.c
--- a/sys/arch/sparc/fpu/fpu_explode.c Wed Jan 23 03:55:33 2002 +0000
+++ b/sys/arch/sparc/fpu/fpu_explode.c Wed Jan 23 10:19:42 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_explode.c,v 1.7 2002/01/19 03:02:34 eeh Exp $ */
+/* $NetBSD: fpu_explode.c,v 1.8 2002/01/23 10:19:42 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -310,9 +310,11 @@
#ifdef DEBUG
if (fpe_debug & FPE_REG) {
if (type == FTYPE_INT) printf("%d ", s);
+#ifdef SUN4U
if (type == FTYPE_LNG) printf("%ld ", l);
+#endif /* SUN4U */
}
-#endif
+#endif /* DEBUG */
DUMPFPN(FPE_REG, fp);
DPRINTF(FPE_REG, ("\n"));
}
Home |
Main Index |
Thread Index |
Old Index