|
@@ -1590,6 +1590,9 @@ implementation
|
|
|
end;
|
|
|
end;
|
|
|
|
|
|
+{$push}
|
|
|
+{ Disable range and overflow checking here }
|
|
|
+{$R-}{$Q-}
|
|
|
procedure fix_invalid_imms(list: TAsmList);
|
|
|
var
|
|
|
curtai: tai;
|
|
@@ -1632,6 +1635,7 @@ implementation
|
|
|
end;
|
|
|
end;
|
|
|
|
|
|
+{$pop}
|
|
|
|
|
|
procedure gather_it_info(list: TAsmList);
|
|
|
var
|