Browse Source

* (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 -

nickysn 11 years ago
parent
commit
7516b87382
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/inc/systemh.inc

+ 3 - 0
rtl/inc/systemh.inc

@@ -167,6 +167,9 @@ Type
   {$else}
   {$else}
     {$fatal No memory model defined}
     {$fatal No memory model defined}
   {$endif}
   {$endif}
+
+  { flt_conv.inc is still buggy on the i8086, so use the real2str.inc fallback }
+  {$define FLOAT_ASCII_FALLBACK}
 {$endif CPUI8086}
 {$endif CPUI8086}
 
 
 {$ifdef CPUX86_64}
 {$ifdef CPUX86_64}