* fixed thlcgobj.g_rangecheck() for cpuhighleveltarget when targetting a

cpu32bitalu

git-svn-id: trunk@41206 -
This commit is contained in:
Jonas Maebe 2019-02-03 21:01:08 +00:00
parent 7af95cbf06
commit 1abea6451c

View File

@ -3502,7 +3502,9 @@ implementation
procedure thlcgobj.g_rangecheck(list: TAsmList; const l: tlocation; fromdef, todef: tdef);
var
{$if defined(cpu64bitalu) or defined(cpu32bitalu)}
{$if defined(cpuhighleveltarget)}
aintmax: tcgint;
{$elseif defined(cpu64bitalu) or defined(cpu32bitalu)}
aintmax: aint;
{$else}
aintmax: longint;