mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-09 19:11:38 -07: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
|
||||
default:
|
||||
{
|
||||
e->exception_repeated = (edi->dwFirstChance == 0);
|
||||
dmn_w32_shared->exception_not_handled = (edi->dwFirstChance != 0);
|
||||
}break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user