msvcrt: Print FIXME on platforms where _except_handler3 is a stub.
This commit is contained in:
parent
520aa9f548
commit
63da5f26c2
|
@ -234,7 +234,7 @@ int CDECL _except_handler3(PEXCEPTION_RECORD rec,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
TRACE("exception %lx flags=%lx at %p handler=%p %p %p stub\n",
|
FIXME("exception %lx flags=%lx at %p handler=%p %p %p stub\n",
|
||||||
rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress,
|
rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress,
|
||||||
frame->handler, context, dispatcher);
|
frame->handler, context, dispatcher);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue