mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:30:33 +01:00
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:
parent
f5d8f0599f
commit
11f0b0b5aa
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user