lib/panic: Re-enable autoflush before printing
This commit is contained in:
@@ -21,6 +21,8 @@ noreturn void panic(bool allow_menu, const char *fmt, ...) {
|
||||
|
||||
quiet = false;
|
||||
|
||||
FOR_TERM(TERM->autoflush = true);
|
||||
|
||||
if (
|
||||
#if defined (BIOS)
|
||||
stage3_loaded == true &&
|
||||
|
||||
Reference in New Issue
Block a user