fpdebug: fix compile on linux

git-svn-id: trunk@57783 -
This commit is contained in:
martin 2018-05-03 19:25:09 +00:00
parent 5562c074da
commit ee449027d9

View File

@ -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;