tlocation.value (for LOC_CONSTANTs) changed to TCGInt to avoid trouble on < 32-bit cpus

git-svn-id: branches/i8086@23758 -
This commit is contained in:
nickysn 2013-03-09 20:57:19 +00:00
parent f5d8f0599f
commit 11f0b0b5aa

View File

@ -105,11 +105,7 @@ unit cgutils;
{$endif cpuflags}
LOC_CONSTANT : (
case longint of
{$ifdef FPC_BIG_ENDIAN}
1 : (_valuedummy,value : aint);
{$else FPC_BIG_ENDIAN}
1 : (value : aint);
{$endif FPC_BIG_ENDIAN}
1 : (value : TCGInt);
2 : (value64 : Int64);
);
LOC_CREFERENCE,