Skip to content
Snippets Groups Projects
Commit 37ba5eb2 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

ntdll: No need for WINE_ prefixed debug output macro.

parent 3a82d3b2
No related branches found
No related tags found
No related merge requests found
......@@ -577,7 +577,7 @@ static void segv_handler( int signal, siginfo_t *info, void *ucontext )
rec->ExceptionCode = EXCEPTION_DATATYPE_MISALIGNMENT;
break;
default:
WINE_ERR( "Got unexpected trap %ld\n", TRAP_sig(context) );
ERR("Got unexpected trap %ld\n", TRAP_sig(context));
rec->ExceptionCode = EXCEPTION_ILLEGAL_INSTRUCTION;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment