Skip to content

Commit

Permalink
Fix debug BSOD
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Innes <[email protected]>
  • Loading branch information
andrewc12 committed Aug 11, 2023
1 parent 645a7cd commit 40736cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/os/windows/spl/spl-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ panic(const char *fmt, ...) __attribute__((__noreturn__))
va_start(ap, fmt);
do {
KdPrintEx((DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, fmt, ap));
DbgBreakPoint();
windows_delay(hz);
} while (1);
va_end(ap);
Expand Down

0 comments on commit 40736cd

Please sign in to comment.