mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
demon/win32: correctly report exception repetitions for unhandled exception cases
This commit is contained in:
@@ -2144,6 +2144,7 @@ dmn_ctrl_run(Arena *arena, DMN_CtrlCtx *ctx, DMN_RunCtrls *ctrls)
|
|||||||
//- rjf: unhandled exception case
|
//- rjf: unhandled exception case
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
|
e->exception_repeated = (edi->dwFirstChance == 0);
|
||||||
dmn_w32_shared->exception_not_handled = (edi->dwFirstChance != 0);
|
dmn_w32_shared->exception_not_handled = (edi->dwFirstChance != 0);
|
||||||
}break;
|
}break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user