Module Name:    src
Committed By:   tsutsui
Date:           Fri Nov  4 17:51:54 UTC 2011

Modified Files:
        src/sys/arch/x68k/x68k: locore.s

Log Message:
64040 -> 68040 in comment


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/x68k/x68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/x68k/locore.s
diff -u src/sys/arch/x68k/x68k/locore.s:1.104 src/sys/arch/x68k/x68k/locore.s:1.105
--- src/sys/arch/x68k/x68k/locore.s:1.104	Sun Oct  9 08:51:56 2011
+++ src/sys/arch/x68k/x68k/locore.s	Fri Nov  4 17:51:54 2011
@@ -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 @@ Lisberr:
 #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

Reply via email to