Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov  5 15:23:38 UTC 2011

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

Log Message:
More tweaks.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/luna68k/luna68k/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/luna68k/luna68k/locore.s
diff -u src/sys/arch/luna68k/luna68k/locore.s:1.38 src/sys/arch/luna68k/luna68k/locore.s:1.39
--- src/sys/arch/luna68k/luna68k/locore.s:1.38	Sat Nov  5 15:08:36 2011
+++ src/sys/arch/luna68k/luna68k/locore.s	Sat Nov  5 15:23:38 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.38 2011/11/05 15:08:36 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.39 2011/11/05 15:23:38 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,11 +39,11 @@
  */
 
 #include "opt_compat_netbsd.h"
+#include "opt_compat_sunos.h"
 #include "opt_ddb.h"
 #include "opt_fpsp.h"
 #include "opt_kgdb.h"
 #include "opt_lockdebug.h"
-#include "opt_compat_sunos.h"
 #include "opt_fpu_emulate.h"
 #include "opt_m68k_arch.h"
 
@@ -569,7 +569,7 @@ ENTRY_NOPROFILE(fpfault)
 	movb	%a0@(1),%d0		| get frame size
 	bset	#3,%a0@(0,%d0:w)	| set exc_pend bit of BIU
 Lfptnull:
-	fmovem	%fpsr,%sp@-		| push fpsr as code argument
+	fmovem	%fpsr,%sp@-		| push %fpsr as code argument
 	frestore %a0@			| restore state
 	movl	#T_FPERR,%sp@-		| push type arg
 	jra	_ASM_LABEL(faultstkadj)	| call trap and deal with stack cleanup

Reply via email to