mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 17:42:50 +02:00
FpDebug: fix compilation with -dWITH_REFCOUNT_DEBUG
git-svn-id: trunk@64887 -
This commit is contained in:
parent
57e759e6ee
commit
e75dd9a3a6
@ -2711,7 +2711,7 @@ begin
|
||||
skCardinal: Result := tmp1;
|
||||
skFloat: Result := tmp1;
|
||||
end;
|
||||
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(@FValue, 'DoGetResultValue'){$ENDIF};
|
||||
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(nil, 'DoGetResultValue'){$ENDIF};
|
||||
end
|
||||
else begin
|
||||
case tmp1.Kind of
|
||||
|
Loading…
Reference in New Issue
Block a user