CW_Exceptions
if (partial_status & ~control_word & CW_Exceptions)
if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) {
if (partial_status & ~control_word & CW_Exceptions)
if (partial_status & ~control_word & CW_Exceptions)
control_word |= CW_Exceptions;