Make FPU_ERROR_BROKEN a new-style option.
This commit is contained in:
parent
86ffbd76d0
commit
3e8e255152
@ -1,4 +1,4 @@
|
||||
# $Id: options.pc98,v 1.54 1998/02/21 15:50:26 kato Exp $
|
||||
# $Id: options.pc98,v 1.55 1998/02/21 16:17:42 kato Exp $
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
USER_LDT
|
||||
@ -122,6 +122,9 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
# bs driver options
|
||||
SCSI_BOUNCE_SIZE opt_bs.h
|
||||
|
||||
# npx options
|
||||
FPU_ERROR_BROKEN opt_npx.h
|
||||
|
||||
# PC98 options
|
||||
PC98 opt_global.h
|
||||
EPSON_MEMWIN opt_pc98.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.pc98,v 1.54 1998/02/21 15:50:26 kato Exp $
|
||||
# $Id: options.pc98,v 1.55 1998/02/21 16:17:42 kato Exp $
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
USER_LDT
|
||||
@ -122,6 +122,9 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
# bs driver options
|
||||
SCSI_BOUNCE_SIZE opt_bs.h
|
||||
|
||||
# npx options
|
||||
FPU_ERROR_BROKEN opt_npx.h
|
||||
|
||||
# PC98 options
|
||||
PC98 opt_global.h
|
||||
EPSON_MEMWIN opt_pc98.h
|
||||
|
@ -32,7 +32,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
|
||||
* $Id: npx.c,v 1.31 1998/02/13 09:32:50 kato Exp $
|
||||
* $Id: npx.c,v 1.32 1998/02/15 11:19:15 kato Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -40,6 +40,7 @@
|
||||
|
||||
#include "opt_debug_npx.h"
|
||||
#include "opt_math_emulate.h"
|
||||
#include "opt_npx.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user