summaryrefslogtreecommitdiff
path: root/compiler/arm/cpubase.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/arm/cpubase.pas')
-rw-r--r--compiler/arm/cpubase.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/arm/cpubase.pas b/compiler/arm/cpubase.pas
index 9432c122c7..08189c4202 100644
--- a/compiler/arm/cpubase.pas
+++ b/compiler/arm/cpubase.pas
@@ -605,6 +605,9 @@ unit cpubase;
end;
+{$push}
+{ Disable range and overflow checking here }
+{$R-}{$Q-}
function is_thumb32_imm(d: aint): boolean;
var
t : aint;
@@ -639,9 +642,6 @@ unit cpubase;
end;
end;
-{$push}
-{ Disable range and overflow checking here }
-{$R-}{$Q-}
function is_continuous_mask(d : aword;var lsb, width: byte) : boolean;
var
msb : byte;