mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 06:27:12 +01:00
* allow 64bit property indexes for 64bit
git-svn-id: trunk@2522 -
This commit is contained in:
parent
d7692a588e
commit
0a2d1df0b6
@ -323,7 +323,10 @@ implementation
|
||||
procedure matching requires equal parameters }
|
||||
if is_constnode(pt) and
|
||||
is_ordinal(pt.resulttype.def)
|
||||
and (not is_64bitint(pt.resulttype.def)) then
|
||||
{$ifndef cpu64}
|
||||
and (not is_64bitint(pt.resulttype.def))
|
||||
{$endif cpu64}
|
||||
then
|
||||
begin
|
||||
if is_integer(pt.resulttype.def) then
|
||||
inserttypeconv_internal(pt,s32inttype);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user