[PATCH v4 3/5] ntdll: Allow raising second chance exceptions from signal handlers.

Alexandre Julliard julliard at winehq.org
Thu Dec 9 06:50:43 CST 2021


Jinoh Kang <jinoh.kang.kr at gmail.com> writes:

> This is required to implement some instructions that raise second chance
> exceptions directly, such as those emitted from the __fastfail()
> intrinsic function.

It doesn't make sense to use setup_exception() if we are not going to
send the exception to user space. You could probably simply call
NtRaiseException() directly.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list