mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
* suppressed fwaits to avoid FPU not present exceptions
This commit is contained in:
parent
d15d426756
commit
75a821d5ce
@ -732,8 +732,8 @@ ___prt1_startup:
|
||||
call _setup_go32_info_block
|
||||
incl ___environ_changed
|
||||
|
||||
finit /* initialize fpu */
|
||||
fwait
|
||||
fninit /* initialize fpu */
|
||||
/* fwait maybe this one is responsible of exceptions */
|
||||
fldcw ___fpucw
|
||||
|
||||
pushl U_SYSTEM_ENVP
|
||||
@ -864,7 +864,10 @@ ___PROXY_LEN:
|
||||
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.2 1998-12-21 14:14:21 pierre
|
||||
Revision 1.3 1999-01-05 10:44:59 pierre
|
||||
* suppressed fwaits to avoid FPU not present exceptions
|
||||
|
||||
Revision 1.2 1998/12/21 14:14:21 pierre
|
||||
added some c vars needed to avoid loading od crt1.o
|
||||
|
||||
Revision 1.1 1998/12/21 13:07:03 peter
|
||||
|
Loading…
Reference in New Issue
Block a user