fix for last commit
This commit is contained in:
parent
39f9383241
commit
cec59cd341
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||||
CloseHandle(dmp);
|
CloseHandle(dmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exception && ExceptionRecord)
|
if (exception && exception->ExceptionRecord)
|
||||||
{
|
{
|
||||||
dbg_printf(
|
dbg_printf(
|
||||||
"Exception at %p (%08X)\n",
|
"Exception at %p (%08X)\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue