mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +02:00
LazDebuggerFp: fix compile with 3.3.1
git-svn-id: trunk@62350 -
This commit is contained in:
parent
5d2eb7f545
commit
ce0adcee42
@ -139,7 +139,7 @@ type
|
||||
|
||||
TAddressFrameList = class(specialize TFPGMapObject<TDbgPtr, TFrameList>)
|
||||
public
|
||||
function Add(const AKey: TKey): TFrameList; inline;
|
||||
function Add(const AKey: TDbgPtr): TFrameList; inline;
|
||||
end;
|
||||
const
|
||||
DBGPTRSIZE: array[TFPDMode] of Integer = (4, 8);
|
||||
@ -615,8 +615,7 @@ end;
|
||||
|
||||
{ TFpDebugExceptionStepping.TAddressFrameList }
|
||||
|
||||
function TFpDebugExceptionStepping.TAddressFrameList.Add(const AKey: TKey
|
||||
): TFrameList;
|
||||
function TFpDebugExceptionStepping.TAddressFrameList.Add(const AKey: TDbgPtr): TFrameList;
|
||||
begin
|
||||
Result := TFrameList.Create;
|
||||
inherited Add(AKey, Result);
|
||||
|
Loading…
Reference in New Issue
Block a user