mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:50:54 +02:00
Also disable overflow where range check is disabled in aasmcpu unit
git-svn-id: trunk@29989 -
This commit is contained in:
parent
422df4bc77
commit
da55d9ded2
@ -1212,7 +1212,7 @@ implementation
|
||||
currsym:=objdata.symbolref(ref^.symbol);
|
||||
l:=ref^.offset;
|
||||
{$push}
|
||||
{$r-}
|
||||
{$r-,q-} { disable also overflow as address returns a qword for x86_64 }
|
||||
if assigned(currsym) then
|
||||
inc(l,currsym.address);
|
||||
{$pop}
|
||||
@ -2786,7 +2786,7 @@ implementation
|
||||
getvalsym(c-40);
|
||||
data:=currval-insend;
|
||||
{$push}
|
||||
{$r-}
|
||||
{$r-,q-} { disable also overflow as address returns a qword for x86_64 }
|
||||
if assigned(currsym) then
|
||||
inc(data,currsym.address);
|
||||
{$pop}
|
||||
|
Loading…
Reference in New Issue
Block a user