mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-25 06:08:33 +01:00
ideintf: fixed compile
This commit is contained in:
parent
17b5893b04
commit
daa9653962
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user