소스 검색

Explicitly disable range checking

git-svn-id: trunk@40026 -
pierre 6 년 전
부모
커밋
c6977a0a7a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      compiler/x86/cgx86.pas

+ 4 - 0
compiler/x86/cgx86.pas

@@ -376,6 +376,10 @@ unit cgx86;
       end;
 
 
+{ Range check must be disabled explicitly as the code serves
+  on three different architecture sizes }
+{$R-}
+
 {****************************************************************************
                        This is private property, keep out! :)
 ****************************************************************************}