mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +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}
|
||||
FCacheLine: cardinal;
|
||||
FCacheFileName: string;
|
||||
FCacheBreakpoint: FpDbgClasses.TDBGBreakPoint;
|
||||
FCacheBreakpoint: TFpInternalBreakpoint;
|
||||
FCacheLocation: TDBGPtr;
|
||||
FCacheBoolean: boolean;
|
||||
FCachePointer: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user