nit
This commit is contained in:
parent
3807c1f20b
commit
aefc13f8ba
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ panic(char *s)
|
|||
|
||||
__asm __volatile("cli");
|
||||
use_console_lock = 0;
|
||||
cprintf("panic (%d): ", cpu());
|
||||
cprintf("cpu%d: panic: ", cpu());
|
||||
cprintf(s, 0);
|
||||
cprintf("\n", 0);
|
||||
getcallerpcs(&s, pcs);
|
||||
|
|
Loading…
Reference in a new issue