mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +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
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user