* (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:
nickysn 2013-11-08 08:22:35 +00:00
parent a091c26750
commit 7516b87382

View File

@ -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}