ntdll: Include d0-d15 in RtlCaptureContext.
commitb2934dd98fb46fcbcb57f4bb6508d962ba3331e3
authorMartin Storsjö <martin@martin.st>
Tue, 9 Nov 2021 14:05:50 +0000 (9 16:05 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Nov 2021 21:02:56 +0000 (9 22:02 +0100)
treee628d2e98a561c2f9b2b59ab7efac5775bd4553b
parent611911ca05e5f29f7f2bf45f8144bcd89e77136f
ntdll: Include d0-d15 in RtlCaptureContext.

We ideally should back up all of d0-d31, but when building in ELF
form, only d0-d15 are normally available (with common distributions'
default compilers), unless object files are built with flags to enable
support for d16-d31 (with e.g. -mfpu=neon).

Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/signal_arm.c