Skip to content

Commit

Permalink
Revert "Fix debug BSOD"
Browse files Browse the repository at this point in the history
This reverts commit 40736cd.
  • Loading branch information
andrewc12 committed Aug 18, 2023
1 parent 30fb546 commit 8ed6d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/os/windows/spl/spl-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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 8ed6d8f

Please sign in to comment.