History log of /reactos/sdk/lib/crt/wine/rosglue_i386.s (Results 1 – 1 of 1)
Revision Date Author Comments
# 92db5188 08-Jan-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[MSVCRT] Add asm wrapper around RtlUnwind for Wine code

This is needed, because Wine code expects RtlUnwind to restore the non-volatile registers, before returning, but ours / the native one doesn't

[MSVCRT] Add asm wrapper around RtlUnwind for Wine code

This is needed, because Wine code expects RtlUnwind to restore the non-volatile registers, before returning, but ours / the native one doesn't do that.
Should fix CORE-19392 and CORE-19397

show more ...