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