Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k More tweaks.



details:   https://anonhg.NetBSD.org/src/rev/4296b86714f0
branches:  trunk
changeset: 770987:4296b86714f0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 05 15:23:38 2011 +0000

description:
More tweaks.

diffstat:

 sys/arch/luna68k/luna68k/locore.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 86d9a32d9986 -r 4296b86714f0 sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Sat Nov 05 15:21:43 2011 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Sat Nov 05 15:23:38 2011 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index