ntdll: Unwind to the LR register if no unwind info is available.
commitdf794f342500f1b4bfd988f292302afa890354c1
authorMartin Storsjo <martin@martin.st>
Mon, 5 Oct 2020 09:16:39 +0000 (5 12:16 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Oct 2020 10:33:31 +0000 (5 12:33 +0200)
treed3293be34226cab4883d874a19b5af2b2951eab4
parentbd27af974a21085cd0dc78b37b715bbcc3cfab69
ntdll: Unwind to the LR register if no unwind info is available.

Try to keep the behaviour from ea9f47a767c2 of erroring out if
unwinding ends up out of bounds (with pc==lr, where setting pc
to lr doesn't progress the unwind), but support unwinding from
functions without unwind info.

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