mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
Debugger: fix disabling float exception in threads
This commit is contained in:
parent
939daf5466
commit
26c9e04c8e
@ -71,12 +71,12 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
var
|
||||
threadvar
|
||||
EM: TFPUExceptionMask;
|
||||
{$ifdef HAS_SOFT_EXTENDED}
|
||||
SEM: TFPUExceptionMask;
|
||||
{$endif}
|
||||
FloatExceptionLock: integer = 0;
|
||||
FloatExceptionLock: integer;
|
||||
|
||||
|
||||
procedure DisableFloatExceptions;
|
||||
|
Loading…
Reference in New Issue
Block a user