Skip to content

Commit

Permalink
14106 bop_panic prints the wrong thing
Browse files Browse the repository at this point in the history
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
  • Loading branch information
rmustacc committed Sep 28, 2021
1 parent 46baa6f commit 789b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/i86pc/os/fakebop.c
Expand Up @@ -911,7 +911,7 @@ bop_panic(const char *fmt, ...)
va_list ap;

va_start(ap, fmt);
bop_printf(NULL, fmt, ap);
vbop_printf(NULL, fmt, ap);
va_end(ap);

bop_printf(NULL, "\nPress any key to reboot.\n");
Expand Down

0 comments on commit 789b266

Please sign in to comment.