Rémi Bernon (@rbernon) commented about dlls/ntdll/unix/signal_i386.c:
+#define DW_REG_eax 0x00 +#define DW_REG_ecx 0x01 +#define DW_REG_edx 0x02 +#define DW_REG_ebx 0x03 +#define DW_REG_esp 0x04 +#define DW_REG_ebp 0x05 +#define DW_REG_esi 0x06 +#define DW_REG_edi 0x07 +#define DW_REG_eip 0x08
/***********************************************************************
__wine_syscall_dispatcher
*/ __ASM_GLOBAL_FUNC( __wine_syscall_dispatcher,
__ASM_CFI(".cfi_signal_frame\n\t")
Would you mind having a separate commit adding `.cfi_signal_frame` to every syscall dispatcher implementations?