mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 13:59:10 +02:00
lcl: clean up
git-svn-id: trunk@22776 -
This commit is contained in:
parent
c15be9e2e1
commit
9277fa9e42
@ -1578,8 +1578,6 @@ end;
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
procedure ExceptionOccurred(Sender: TObject; Addr:Pointer; FrameCount: Longint;
|
procedure ExceptionOccurred(Sender: TObject; Addr:Pointer; FrameCount: Longint;
|
||||||
Frames: PPointer);
|
Frames: PPointer);
|
||||||
var
|
|
||||||
FrameNumber: integer;
|
|
||||||
Begin
|
Begin
|
||||||
DebugLn('[FORMS.PP] ExceptionOccurred ');
|
DebugLn('[FORMS.PP] ExceptionOccurred ');
|
||||||
if HaltingProgram or HandlingException then Halt;
|
if HaltingProgram or HandlingException then Halt;
|
||||||
|
Loading…
Reference in New Issue
Block a user