mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* use {$IFNDEF cpu64bitaddr} instead of {$IFDEF cpu32bit} so that it's
also correct for 16 bit cpus (if they use 32 bit addresses anyway) git-svn-id: trunk@19691 -
This commit is contained in:
parent
f7adaef12a
commit
b584c71e42
@ -351,7 +351,7 @@ implementation
|
||||
ResourceInfo.concat(Tai_const.Createname('FPC_RESSYMBOL',0))
|
||||
else
|
||||
{ Nil pointer to resource information }
|
||||
{$IFDEF CPU32BIT}
|
||||
{$IFNDEF cpu64bitaddr}
|
||||
ResourceInfo.Concat(Tai_const.Create_32bit(0));
|
||||
{$ELSE}
|
||||
ResourceInfo.Concat(Tai_const.Create_64bit(0));
|
||||
|
Loading…
Reference in New Issue
Block a user