ideintf: fixed compile

This commit is contained in:
mattias 2024-09-02 23:06:51 +02:00
parent 17b5893b04
commit daa9653962

View File

@ -8750,7 +8750,7 @@ begin
PExtended(Field)^:=Value;
{$ifdef FPC_COMP_IS_INT64}
ftComp:
PComp(Instance)^:=trunc(Value);
PComp(Field)^:=trunc(Value);
{$else FPC_COMP_IS_INT64}
ftComp:
PComp(Field)^:=Comp(Value);