Explorar el Código

* (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 hace 12 años
padre
commit
7516b87382
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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}