fix obvious printf nits after reading through code
This commit is contained in:
parent
1808b2f1b3
commit
5c5470a2fa
|
@ -294,7 +294,7 @@ panic(char *s)
|
|||
use_console_lock = 0;
|
||||
cprintf("cpu%d: panic: ", cpu());
|
||||
cprintf(s, 0);
|
||||
cprintf("\n", 0);
|
||||
cprintf("\n");
|
||||
getcallerpcs(&s, pcs);
|
||||
for(i=0; i<10; i++)
|
||||
cprintf(" %p", pcs[i]);
|
||||
|
|
Loading…
Reference in a new issue