This fixes a regression since 4069a8b384c15a90a7af66636ec5650eeb53b391.
This is the same fix as in !1308, but for arm64.
From: Martin Storsjö martin@martin.st
This fixes a regression since 4069a8b384c15a90a7af66636ec5650eeb53b391.
Signed-off-by: Martin Storsjö martin@martin.st --- dlls/ntdll/unix/signal_arm64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/unix/signal_arm64.c b/dlls/ntdll/unix/signal_arm64.c index bc8225d7ec8..7bce856d616 100644 --- a/dlls/ntdll/unix/signal_arm64.c +++ b/dlls/ntdll/unix/signal_arm64.c @@ -940,7 +940,7 @@ __ASM_GLOBAL_FUNC( user_mode_callback_return, "ldp d14, d15, [x29, #0x90]\n\t" "ldp x5, x6, [x29, #0xa0]\n\t" /* ret_ptr, ret_len */ "str x0, [x5]\n\t" /* ret_ptr */ - "str x1, [x6]\n\t" /* ret_len */ + "str w1, [x6]\n\t" /* ret_len */ "mov x0, x2\n\t" /* status */ "mov sp, x29\n\t" "ldp x29, x30, [sp], #0xc0\n\t"
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=125993
Your paranoid android.
=== debian11 (32 bit report) ===
ole32: clipboard.c:1067: Test failed: OleIsCurrentClipboard returned 0 clipboard.c:1135: Test failed: 1 WM_DRAWCLIPBOARD received