diff options
author | kato <kato@FreeBSD.org> | 1998-02-15 11:19:15 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-02-15 11:19:15 +0000 |
commit | eb21aa8bb0dc18640dd2ed6efe71beef637edd56 (patch) | |
tree | 66d5162430d7ce73518908635824c5247af6ae98 | |
parent | 295276ab745f94a8231c5ebfb4aa09b2a5176954 (diff) | |
download | FreeBSD-src-eb21aa8bb0dc18640dd2ed6efe71beef637edd56.zip FreeBSD-src-eb21aa8bb0dc18640dd2ed6efe71beef637edd56.tar.gz |
Sync with sys/i386/isa/npx.c revision 1.57.
-rw-r--r-- | sys/pc98/pc98/npx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index b82046b..6e8646a 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.30 1998/01/31 07:23:16 eivind Exp $ + * $Id: npx.c,v 1.31 1998/02/13 09:32:50 kato Exp $ */ #include "npx.h" @@ -570,7 +570,6 @@ npxintr(unit) #endif fnstsw(&curpcb->pcb_savefpu.sv_ex_sw); fnclex(); - fnop(); /* * Pass exception to process. |