| 740 | } |
| 741 | |
| 742 | static SAFEINT_NORETURN void SAFEINT_STDCALL SafeIntOnDivZero() SAFEINT_NOTHROW |
| 743 | { |
| 744 | SafeIntExceptionAssert(); |
| 745 | RaiseException( static_cast<DWORD>(EXCEPTION_INT_DIVIDE_BY_ZERO), EXCEPTION_NONCONTINUABLE, 0, 0); |
| 746 | } |
| 747 | }; |
| 748 | |
| 749 | #endif |
nothing calls this directly
no test coverage detected