mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:29:37 +02:00
fpdebug: fix compile on linux
git-svn-id: trunk@57783 -
This commit is contained in:
parent
5562c074da
commit
ee449027d9
@ -95,7 +95,7 @@ type
|
|||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
FCacheLine: cardinal;
|
FCacheLine: cardinal;
|
||||||
FCacheFileName: string;
|
FCacheFileName: string;
|
||||||
FCacheBreakpoint: FpDbgClasses.TDBGBreakPoint;
|
FCacheBreakpoint: TFpInternalBreakpoint;
|
||||||
FCacheLocation: TDBGPtr;
|
FCacheLocation: TDBGPtr;
|
||||||
FCacheBoolean: boolean;
|
FCacheBoolean: boolean;
|
||||||
FCachePointer: pointer;
|
FCachePointer: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user