mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-14 18:48:19 +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;
|
skCardinal: Result := tmp1;
|
||||||
skFloat: Result := tmp1;
|
skFloat: Result := tmp1;
|
||||||
end;
|
end;
|
||||||
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(@FValue, 'DoGetResultValue'){$ENDIF};
|
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(nil, 'DoGetResultValue'){$ENDIF};
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
case tmp1.Kind of
|
case tmp1.Kind of
|
||||||
|
Loading…
Reference in New Issue
Block a user