silence debug messages when calling the SEH handler

svn path=/trunk/; revision=16877
This commit is contained in:
Thomas Bluemel
2005-07-29 17:35:22 +00:00
parent 23d295c1ca
commit 209e4c128e
-3
View File
@@ -74,11 +74,8 @@ void __cdecl _SEHCallHandler
_SEHPortableTryLevel_t * trylevel
)
{
DbgPrint("_SEHCallHandler: REG %p\n", _SEHCurrentRegistration());
_SEHGlobalUnwind(frame);
DbgPrint("_SEHCallHandler: REG %p\n", _SEHCurrentRegistration());
_SEHLocalUnwind(frame, trylevel);
DbgPrint("_SEHCallHandler: REG %p\n", _SEHCurrentRegistration());
frame->SPF_Handler(trylevel);
}