diff --git a/compiler/x86/cgx86.pas b/compiler/x86/cgx86.pas index e1d6497758..64b58d9757 100644 --- a/compiler/x86/cgx86.pas +++ b/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! :) ****************************************************************************}