mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* changed one typecast too many in r14180
git-svn-id: trunk@14183 -
This commit is contained in:
parent
099ceb9574
commit
b9f07ff1fb
@ -18,7 +18,7 @@ if not caught then
|
||||
|
||||
writeln('Masking exceptions');
|
||||
|
||||
writeln(byte(SetExceptionMask([exDenormalized,exInvalidOp,exOverflow,exPrecision,exUnderflow,exZeroDivide]))); //Returns 61, as expected
|
||||
writeln(Integer(SetExceptionMask([exDenormalized,exInvalidOp,exOverflow,exPrecision,exUnderflow,exZeroDivide]))); //Returns 61, as expected
|
||||
writeln(integer(GetExceptionMask)); //Returns 4 - unexpected???
|
||||
writeln(byte([exZeroDivide])); //Returns 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user