mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ntdll: No need for WINE_ prefixed debug output macro.
This commit is contained in:
parent
3a82d3b23a
commit
37ba5eb2a2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user