server-Debug_Registers: Add reference to bug report.

This commit is contained in:
Sebastian Lackner 2017-06-12 16:49:51 +02:00
parent ee5545a45f
commit 05a45207e2
2 changed files with 4 additions and 1 deletions

View File

@ -7006,6 +7006,9 @@ fi
# Patchset server-Debug_Registers
# |
# | This patchset fixes the following Wine bugs:
# | * [#38322] Reset debug registers when creating threads
# |
# | Modified files:
# | * dlls/ntdll/signal_i386.c, dlls/ntdll/tests/exception.c, server/thread.c
# |

View File

@ -1 +1 @@
Fixes: Reset debug registers when creating threads
Fixes: [38322] Reset debug registers when creating threads