win87em: Always return that a 8087 coprocessor is present.
This commit is contained in:
parent
081576e157
commit
f33ce58be8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct Win87EmInfoStruct
|
||||||
*/
|
*/
|
||||||
/* FIXME: Still rather skeletal implementation only */
|
/* FIXME: Still rather skeletal implementation only */
|
||||||
|
|
||||||
static BOOL Installed = 0;
|
static BOOL Installed = 1; /* 8087 is installed */
|
||||||
static WORD RefCount = 0;
|
static WORD RefCount = 0;
|
||||||
static WORD CtrlWord_1 = 0;
|
static WORD CtrlWord_1 = 0;
|
||||||
static WORD CtrlWord_2 = 0;
|
static WORD CtrlWord_2 = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue