ntdll/tests: Remove an accidental, unused macro in arm64 exception tests.
Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
963589ee29
commit
e9939c9301
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue