Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/x68k/x68k pullup 1.63->1.64 (minoura)



details:   https://anonhg.NetBSD.org/src/rev/e54ec3d51a0f
branches:  netbsd-1-4
changeset: 468764:e54ec3d51a0f
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 13:51:18 1999 +0000

description:
pullup 1.63->1.64 (minoura)

diffstat:

 sys/arch/x68k/x68k/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 0f98543a0ac3 -r e54ec3d51a0f sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Mon Jun 21 13:47:46 1999 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Mon Jun 21 13:51:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.60.2.1 1999/04/16 16:26:27 chs Exp $     */
+/*     $NetBSD: machdep.c,v 1.60.2.2 1999/06/21 13:51:18 perry Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -527,9 +527,9 @@
 extern char version[];
 static char *fpu_descr[] = {
 #ifdef FPU_EMULATE
-       "emulator FPU",         /* 0 */
+       " emulator FPU",        /* 0 */
 #else
-       "no math support",      /* 0 */
+       " no math support",     /* 0 */
 #endif
        " m68881 FPU",          /* 1 */
        " m68882 FPU",          /* 2 */



Home | Main Index | Thread Index | Old Index