mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 13:09:17 +02:00
Explicitly disable range and overflow checking for this test
git-svn-id: trunk@36465 -
This commit is contained in:
parent
605e6defc7
commit
abd765da40
@ -4,6 +4,10 @@ program BugInline;
|
|||||||
uses
|
uses
|
||||||
sysutils;
|
sysutils;
|
||||||
|
|
||||||
|
{ Explicitly disable range and overflow checking }
|
||||||
|
{$R-}
|
||||||
|
{$Q-}
|
||||||
|
|
||||||
procedure Add64x2(HA,LA,HB,LB: QWord; out HR,LR: QWord); inline;
|
procedure Add64x2(HA,LA,HB,LB: QWord; out HR,LR: QWord); inline;
|
||||||
begin
|
begin
|
||||||
Inc(LA,LB);
|
Inc(LA,LB);
|
||||||
|
Loading…
Reference in New Issue
Block a user