Explorar el Código

* fastmove disabled, has too much drawbacks

florian hace 20 años
padre
commit
d7dbd71881
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/i386/fastmove.inc

+ 1 - 1
rtl/i386/fastmove.inc

@@ -27,7 +27,7 @@ Version: 1.40 - 16-SEP-2004
 
 {$ifndef VER1_0}
   {$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
-    {$define USE_FASTMOVE}
+    { $define USE_FASTMOVE}
   {$endif}
 {$endif}