Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k 64040 -> 68040 in comment



details:   https://anonhg.NetBSD.org/src/rev/5a90ed24fcc8
branches:  trunk
changeset: 770972:5a90ed24fcc8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Nov 04 17:51:54 2011 +0000

description:
64040 -> 68040 in comment

diffstat:

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

diffs (18 lines):

diff -r 011158557498 -r 5a90ed24fcc8 sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s       Fri Nov 04 17:40:48 2011 +0000
+++ b/sys/arch/x68k/x68k/locore.s       Fri Nov 04 17:51:54 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.104 2011/10/09 08:51:56 tsutsui Exp $     */
+/*     $NetBSD: locore.s,v 1.105 2011/11/04 17:51:54 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -253,7 +253,7 @@
 #include "opt_fpu_emulate.h"
 ENTRY_NOPROFILE(fpfline)
 #if defined(M68040)
-       cmpl    #FPU_68040,_C_LABEL(fputype) | 64040 FPU?
+       cmpl    #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
        jne     Lfp_unimp               | no, skip FPSP
        cmpw    #0x202c,%sp@(6)         | format type 2?
        jne     _C_LABEL(illinst)       | no, not an FP emulation



Home | Main Index | Thread Index | Old Index