Module: wine Branch: master Commit: bdb3608811808e41c505c46d8397ee0101779eb0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bdb3608811808e41c505c46d8...
Author: Martin Storsjö martin@martin.st Date: Tue Nov 9 16:05:52 2021 +0200
ntdll: Implement stack unwinding on arm.
This is a very close copy of the arm64 implementation.
Signed-off-by: Martin Storsjö martin@martin.st Signed-off-by: Alexandre Julliard julliard@winehq.org
---
.../api-ms-win-core-rtlsupport-l1-1-0.spec | 4 +- .../api-ms-win-core-rtlsupport-l1-2-0.spec | 4 +- dlls/kernel32/kernel32.spec | 4 +- dlls/ntdll/ntdll.spec | 4 +- dlls/ntdll/signal_arm.c | 599 ++++++++++++++++++--- dlls/ntdll/unix/signal_arm.c | 107 +++- 6 files changed, 641 insertions(+), 81 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bdb3608811808e41c505c...