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;
|
rec->ExceptionCode = EXCEPTION_DATATYPE_MISALIGNMENT;
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
rec->ExceptionCode = EXCEPTION_ILLEGAL_INSTRUCTION;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user