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)
|
while(--i >= 0)
|
||||||
consputc(buf[i]);
|
consputc(buf[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//PAGEBREAK: 50
|
//PAGEBREAK: 50
|
||||||
|
|
||||||
// Print to the console. only understands %d, %x, %p, %s.
|
// Print to the console. only understands %d, %x, %p, %s.
|
||||||
void
|
void
|
||||||
cprintf(char *fmt, ...)
|
cprintf(char *fmt, ...)
|
||||||
|
|
Loading…
Reference in a new issue