ntoskrnl-Emulator: Add emulation for MOVZX instruction on x86_64.

This commit is contained in:
Sebastian Lackner
2015-06-18 04:01:05 +02:00
parent f6af570538
commit dde3ae24dd
3 changed files with 41 additions and 12 deletions

2
debian/changelog vendored
View File

@@ -6,6 +6,8 @@ wine-staging (1.7.46) UNRELEASED; urgency=low
* Added patch to fix wineserver crash when pipe server object is destroyed
before client (fixes Wine Staging Bug #393).
* Updated kernel32-GetVolumePathName to fix several test failures.
* Updated ntoskrnl-Emulator patchset to implement emulation of MOVZX
instruction on x86_64.
* Removed patch for implementation of GdipCreateRegionRgnData (accepted
upstream).
* Removed patch to fix output buffer size for IOCTL_DVD_READ_STRUCTURE