From 687f25d6bb2591f3a63ded22fc16a6527ada8165 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 19 Mar 2017 23:06:32 +0100 Subject: [PATCH] ntdll-Interrupt-0x2e: Add reference to bug report. --- patches/ntdll-Interrupt-0x2e/definition | 2 +- patches/patchinstall.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/ntdll-Interrupt-0x2e/definition b/patches/ntdll-Interrupt-0x2e/definition index bcc00b8b..cc8161e9 100644 --- a/patches/ntdll-Interrupt-0x2e/definition +++ b/patches/ntdll-Interrupt-0x2e/definition @@ -1 +1 @@ -Fixes: Implement stub handler for int 0x2e +Fixes: [42647] Implement stub handler for int 0x2e diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 3383dfda..28dec813 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -5446,6 +5446,9 @@ fi # Patchset ntdll-Interrupt-0x2e # | +# | This patchset fixes the following Wine bugs: +# | * [#42647] Implement stub handler for int 0x2e +# | # | Modified files: # | * dlls/ntdll/signal_i386.c, include/wine/exception.h # |