Преглед на файлове

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! :)
 ****************************************************************************}