Commit 63da5f26 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 520aa9f5
...@@ -234,7 +234,7 @@ int CDECL _except_handler3(PEXCEPTION_RECORD rec, ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment