Skip to content

Commit 43f8d1c

Browse files
committed
lib/panic: Re-enable autoflush before printing
1 parent 13d381c commit 43f8d1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/lib/panic.s2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ noreturn void panic(bool allow_menu, const char *fmt, ...) {
2121

2222
quiet = false;
2323

24+
FOR_TERM(TERM->autoflush = true);
25+
2426
if (
2527
#if defined (BIOS)
2628
stage3_loaded == true &&

0 commit comments

Comments
 (0)