Explicitly disable range and overflow checking for this test

git-svn-id: trunk@36465 -
This commit is contained in:
pierre 2017-06-09 12:22:47 +00:00
parent 605e6defc7
commit abd765da40

View File

@ -4,6 +4,10 @@ program BugInline;
uses
sysutils;
{ Explicitly disable range and overflow checking }
{$R-}
{$Q-}
procedure Add64x2(HA,LA,HB,LB: QWord; out HR,LR: QWord); inline;
begin
Inc(LA,LB);