Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/fpu make this compile again.
details: https://anonhg.NetBSD.org/src/rev/1c1aea5b123e
branches: trunk
changeset: 554460:1c1aea5b123e
user: chs <chs%NetBSD.org@localhost>
date: Tue Oct 28 15:28:24 2003 +0000
description:
make this compile again.
diffstat:
sys/arch/powerpc/fpu/fpu_explode.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ec08c2eaf757 -r 1c1aea5b123e sys/arch/powerpc/fpu/fpu_explode.c
--- a/sys/arch/powerpc/fpu/fpu_explode.c Tue Oct 28 15:25:27 2003 +0000
+++ b/sys/arch/powerpc/fpu/fpu_explode.c Tue Oct 28 15:28:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_explode.c,v 1.4 2003/10/27 04:32:02 simonb Exp $ */
+/* $NetBSD: fpu_explode.c,v 1.5 2003/10/28 15:28:24 chs Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_explode.c,v 1.4 2003/10/27 04:32:02 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_explode.c,v 1.5 2003/10/28 15:28:24 chs Exp $");
#include <sys/types.h>
#include <sys/systm.h>
@@ -255,7 +255,7 @@
DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
((type == FTYPE_INT) ? 'i' :
((type == FTYPE_SNG) ? 's' :
- ((type == FTYPE_DBL) ? 'd' : ?))),
+ ((type == FTYPE_DBL) ? 'd' : '?'))),
reg));
DUMPFPN(FPE_REG, fp);
DPRINTF(FPE_REG, ("\n"));
Home |
Main Index |
Thread Index |
Old Index