mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 05:10:52 +02:00
* fixed thlcgobj.g_rangecheck() for cpuhighleveltarget when targetting a
cpu32bitalu git-svn-id: trunk@41206 -
This commit is contained in:
parent
7af95cbf06
commit
1abea6451c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user