mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 00:29:25 +01:00
LazDebuggerFp: fix compile for 32bit
This commit is contained in:
parent
cb49bfd132
commit
6257b3e55f
@ -161,7 +161,8 @@ function TFpDbgValueConverterVariantNormalizer.ConvertValue(
|
||||
|
||||
var
|
||||
m, m2, vtype: TFpValue;
|
||||
discr, i: Int64;
|
||||
discr: Int64;
|
||||
i: Integer;
|
||||
t: TFpSymbol;
|
||||
OldResData: TLzDbgWatchDataIntf;
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user