mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 11:19:16 +02:00
gtk2 intf: set ExceptionMask exZeroDivide,exInvalidOp, bug #15840
git-svn-id: trunk@23804 -
This commit is contained in:
parent
5eac2d3633
commit
510d76765c
@ -592,7 +592,7 @@ begin
|
||||
{$IFDEF windows}
|
||||
Set8087CW($133F);
|
||||
{$ELSE}
|
||||
SetExceptionMask(GetExceptionMask + [exZeroDivide]);
|
||||
SetExceptionMask(GetExceptionMask + [exZeroDivide,exInvalidOp]);
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$ifend}
|
||||
|
Loading…
Reference in New Issue
Block a user