LazDebuggerFp: fix compile for 32bit

This commit is contained in:
Martin 2023-03-12 09:47:52 +01:00
parent cb49bfd132
commit 6257b3e55f

View File

@ -161,7 +161,8 @@ function TFpDbgValueConverterVariantNormalizer.ConvertValue(
var
m, m2, vtype: TFpValue;
discr, i: Int64;
discr: Int64;
i: Integer;
t: TFpSymbol;
OldResData: TLzDbgWatchDataIntf;
begin