Martin Storsjö : ntdll/tests: Remove an accidental, unused macro in arm64 exception tests.
Module: wine Branch: master Commit: e9939c9301c926e8a35f4b483b544752bf58d956 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e9939c9301c926e8a35f4b483... Author: Martin Storsjö <martin(a)martin.st> Date: Tue Nov 9 16:05:38 2021 +0200 ntdll/tests: Remove an accidental, unused macro in arm64 exception tests. Signed-off-by: Martin Storsjö <martin(a)martin.st> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/tests/exception.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c index 6af68317732..c57d7c01d86 100644 --- a/dlls/ntdll/tests/exception.c +++ b/dlls/ntdll/tests/exception.c @@ -5320,8 +5320,6 @@ static const char * const reg_names[48] = #define ORIG_LR 0xCCCCCCCC -#define UWOP(code,info) (UWOP_##code | ((info) << 4)) - static void call_virtual_unwind( int testnum, const struct unwind_test *test ) { static const int code_offset = 1024;
participants (1)
-
Alexandre Julliard