msvcrt: Print FIXME on platforms where _except_handler3 is a stub.

This commit is contained in:
Dmitry Timoshkov 2007-03-18 22:10:07 +08:00 committed by Alexandre Julliard
parent 520aa9f548
commit 63da5f26c2

View file

@ -234,7 +234,7 @@ int CDECL _except_handler3(PEXCEPTION_RECORD rec,
}
}
#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,
frame->handler, context, dispatcher);
#endif