Alexandre Julliard : ntdll: Move the dynamic unwind tables to unwind.c.
14 Feb
2024
14 Feb
'24
10:12 p.m.
Module: wine Branch: master Commit: 8602a1c24e887b310339a4b75dafe2fbf810a93c URL: https://gitlab.winehq.org/wine/wine/-/commit/8602a1c24e887b310339a4b75dafe2f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Feb 14 19:03:46 2024 +0100 ntdll: Move the dynamic unwind tables to unwind.c. --- dlls/ntdll/exception.c | 204 -------------------------------------- dlls/ntdll/ntdll_misc.h | 4 - dlls/ntdll/signal_arm.c | 13 --- dlls/ntdll/signal_arm64.c | 13 --- dlls/ntdll/signal_arm64ec.c | 29 ------ dlls/ntdll/signal_x86_64.c | 13 --- dlls/ntdll/unwind.c | 234 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 234 insertions(+), 276 deletions(-)
764
Age (days ago)
764
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard