ntdll: Don't throw masked FPU exceptions.
authorHenri Verbeet <hverbeet@gmail.com>
Sun, 4 Jan 2009 19:38:58 +0000 (20:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jan 2009 11:34:39 +0000 (12:34 +0100)
commit03468a4f052315c22a426d030dc5edc8c88cde5b
tree8aa0942fefa65ff86b6cd37b7b823d8ab7cc7c0d
parent5e418a907208f62a2b1f68da483a8137568f4a1e
ntdll: Don't throw masked FPU exceptions.

When an FPU exception is masked the appropriate flag in the status
word will still be set, so get_fpu_code() should mask the exception
flags in the status word with the exception flags in the control word.
dlls/ntdll/signal_i386.c