ntdll: Use the local dwarf implementation on arm64.
commit03d4ba67f4a0b75548f27eb4bf1c4715888de07d
authorMartin Storsjö <martin@martin.st>
Tue, 18 Oct 2022 11:38:15 +0000 (18 14:38 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Oct 2022 11:11:55 +0000 (31 12:11 +0100)
tree1590ff88e395e39d6def9cbce4974fd678e24f42
parent6241f87cca7a1cc51b41bf13fe95497b4e8739bc
ntdll: Use the local dwarf implementation on arm64.

This makes unwinding work if libunwind is unavailable.

The dwarf_virtual_unwind function is modelled heavily on the x86_64
version of it. (Going forward, if there are changes to either of them,
one should probably look at whether those changes should be mirrored
to the other one too.)

Signed-off-by: Martin Storsjö <martin@martin.st>
dlls/ntdll/unix/signal_arm64.c