Skip to content

Commit

Permalink
Further successes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreijstal committed Nov 29, 2024
1 parent ffd7eaf commit 2ce9412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/debug/p/debug_windbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static RDebugReasonType exception_to_reason(DWORD ExceptionCode) {
}
}

static int windbg_stop(RDebug *dbg) {
static bool windbg_stop(RDebug *dbg) {
DbgEngContext *idbg = dbg->user;
R_RETURN_VAL_IF_FAIL (idbg && idbg->initialized, 0);
return SUCCEEDED (ITHISCALL (dbgCtrl, SetInterrupt, DEBUG_INTERRUPT_ACTIVE));
Expand Down

0 comments on commit 2ce9412

Please sign in to comment.