Module: wine Branch: master Commit: 215a8e68d35bfe55bc8dc203deb6e73d6f215a0f URL: https://gitlab.winehq.org/wine/wine/-/commit/215a8e68d35bfe55bc8dc203deb6e73...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 13 11:25:43 2024 +0100
ntdll: Move RtlLookupFunctionEntry() to the CPU backends.
---
dlls/ntdll/exception.c | 93 ++++++++++++++++---------------------------- dlls/ntdll/ntdll_misc.h | 3 +- dlls/ntdll/signal_arm.c | 74 +++++++++++++++-------------------- dlls/ntdll/signal_arm64.c | 36 +++++++++++++---- dlls/ntdll/signal_arm64ec.c | 25 ++++++++++++ dlls/ntdll/signal_x86_64.c | 32 +++++++++++++-- dlls/ntdll/tests/exception.c | 5 +++ 7 files changed, 155 insertions(+), 113 deletions(-)