소스 검색

* fastmove disabled, has too much drawbacks

florian 20 년 전
부모
커밋
d7dbd71881
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}