Fix same wonky pagebreak bug in console.c
This commit is contained in:
parent
e76dab4fd7
commit
c6c0cb82c4
1 changed files with 1 additions and 1 deletions
|
@ -47,8 +47,8 @@ printint(int xx, int base, int sign)
|
|||
while(--i >= 0)
|
||||
consputc(buf[i]);
|
||||
}
|
||||
|
||||
//PAGEBREAK: 50
|
||||
|
||||
// Print to the console. only understands %d, %x, %p, %s.
|
||||
void
|
||||
cprintf(char *fmt, ...)
|
||||
|
|
Loading…
Reference in a new issue