ntdll: Fix arm64 regression from "Clear the syscall frame on return".
commitd99a454a6bead9aaa5c55705d4807b416d2855a3
authorMartin Storsjo <martin@martin.st>
Fri, 4 Sep 2020 11:28:50 +0000 (4 14:28 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Sep 2020 13:42:15 +0000 (4 15:42 +0200)
treed395e3b28d8e2ad22421aeeac1ef37fa0760253c
parent8749ae83c1f268d0c10996ee7af929ba132a4e8f
ntdll: Fix arm64 regression from "Clear the syscall frame on return".

The restoring of registers in call_user_exception_dispatcher
was broken in 75e616d52b452d37cc93f492d47eba641f9741c1.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/signal_arm64.c