On Fri Dec 5 15:55:02 2025 +0000, Alexandre Julliard wrote:
No, we don't want to silently inject instructions at the start of every function, particularly when using SEH. This should be added explicitly on the functions that need it, which at this point probably means only syscall/unixcall dispatchers.
Every ASM_DEFINE_FUNC is a jump/call target, no? So without that injected instruction jumps/calls won't work AFAIU