mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
silence debug messages when calling the SEH handler
svn path=/trunk/; revision=16877
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user