From d00b7d06af5ea15443dbd184b000424cca62dfd3 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 18 Jan 2019 11:26:00 +0000 Subject: [PATCH] FpDebug: fix compile on linux. Issue #0034894 git-svn-id: trunk@60103 - --- components/fpdebug/fpdbglinuxclasses.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpdebug/fpdbglinuxclasses.pas b/components/fpdebug/fpdbglinuxclasses.pas index d3099df03c..6a60e5e3cf 100644 --- a/components/fpdebug/fpdbglinuxclasses.pas +++ b/components/fpdebug/fpdbglinuxclasses.pas @@ -909,7 +909,7 @@ begin end; // check for pending events in other threads - for ThreadToContinue1 in FThreadMap do begin + for TDbgThread(ThreadToContinue) in FThreadMap do begin if (ThreadToContinue <> AThread) and (not ThreadToContinue.FIsInInternalPause) and (ThreadToContinue.FExceptionSignal <> 0) then