Commit e9939c93 authored by Martin Storsjö's avatar Martin Storsjö Committed by Alexandre Julliard

ntdll/tests: Remove an accidental, unused macro in arm64 exception tests.

parent 963589ee
...@@ -5320,8 +5320,6 @@ static const char * const reg_names[48] = ...@@ -5320,8 +5320,6 @@ static const char * const reg_names[48] =
#define ORIG_LR 0xCCCCCCCC #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 void call_virtual_unwind( int testnum, const struct unwind_test *test )
{ {
static const int code_offset = 1024; static const int code_offset = 1024;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment