mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
fpc patch: removed r7756 #3a66e78c03, it has been merged to the fixes branch
git-svn-id: trunk@11366 -
This commit is contained in:
parent
6860a97e2b
commit
a30cb0f175
@ -1,21 +1,3 @@
|
||||
Index: rtl/objpas/classes/classes.inc
|
||||
===================================================================
|
||||
--- rtl/objpas/classes/classes.inc (revision 7769)
|
||||
+++ rtl/objpas/classes/classes.inc (working copy)
|
||||
@@ -177,12 +177,12 @@
|
||||
|
||||
if DoSynchronizeMethod then
|
||||
begin
|
||||
+ DoSynchronizeMethod:=false;
|
||||
try
|
||||
SynchronizeMethod;
|
||||
except
|
||||
SynchronizeException:=Exception(AcquireExceptionObject);
|
||||
end;
|
||||
- DoSynchronizeMethod:=false;
|
||||
RtlEventSetEvent(ExecuteEvent);
|
||||
end;
|
||||
end;
|
||||
Index: compiler/fppu.pas
|
||||
===================================================================
|
||||
--- compiler/fppu.pas (revision 7769)
|
||||
|
Loading…
Reference in New Issue
Block a user