ntdll-RtlUnwind: Update patchset and fix a second bug in the unwinding code.

Fixes https://bugs.wine-staging.com/show_bug.cgi?id=68.
This commit is contained in:
Sebastian Lackner
2015-02-10 00:10:32 +01:00
parent d329354032
commit c1ae413bcc
3 changed files with 24 additions and 9 deletions

View File

@@ -2207,7 +2207,7 @@ fi
if test "$enable_ntdll_RtlUnwindEx" -eq 1; then
patch_apply ntdll-RtlUnwindEx/0001-ntdll-Fix-check-for-end_frame-in-RtlUnwindEx-on-x86_.patch
(
echo '+ { "Sebastian Lackner", "ntdll: Fix check for end_frame in RtlUnwindEx on x86_64.", 1 },';
echo '+ { "Sebastian Lackner", "ntdll: Fix check for end_frame in RtlUnwindEx on x86_64.", 2 },';
) >> "$patchlist"
fi