mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* (temporarily) disabled the new str<->float code on the i8086, because it
causes a lot of wrong conversions and thus a lot of testsuite failures. git-svn-id: trunk@25993 -
This commit is contained in:
parent
a091c26750
commit
7516b87382
@ -167,6 +167,9 @@ Type
|
||||
{$else}
|
||||
{$fatal No memory model defined}
|
||||
{$endif}
|
||||
|
||||
{ flt_conv.inc is still buggy on the i8086, so use the real2str.inc fallback }
|
||||
{$define FLOAT_ASCII_FALLBACK}
|
||||
{$endif CPUI8086}
|
||||
|
||||
{$ifdef CPUX86_64}
|
||||
|
Loading…
Reference in New Issue
Block a user