ntdll: Do not override existing context's EAX when dispatching user APC.
commit775dac0238845f6696d9ab5053a9238402b0b8a2
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Fri, 8 Jan 2021 17:29:42 +0000 (8 19:29 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 8 Jan 2021 19:58:30 +0000 (8 20:58 +0100)
treecc3045ecf20d1b964fc25094d96774a923fa6e7a
parentf72f1ff9529e3c340f639fc9509011a7933fece8
ntdll: Do not override existing context's EAX when dispatching user APC.

Fixes a regression introduced by 175a3649ba04daaad3f2b5b62d6bfe091d6a9e46,
which caused Winamp's in_wave module to crash when playing a wav file
(the previous behavior only changed EAX when there was no context).

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/signal_i386.c