[PATCH 0/3] MR198: ntdll: Fix unwinding on ARM in PE mode

Martin Storsjö (@mstorsjo) wine at gitlab.winehq.org
Tue Jun 7 06:21:13 CDT 2022


Clang can generate SEH unwind info in PE mode on ARM now (since the very latest git versions of Clang 15). Add SEH assembly directives to let the unwinder step past handwritten assembly functions/trampolines.

Also fix a minor bug exposed by a testcase that I had missed to run before, and apply the same fix consistently to arm64 (where the same issue hadn't been exposed before).

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/198



More information about the wine-devel mailing list