提交 c6c0cb82 创建 作者: Austin Clements's avatar Austin Clements

Fix same wonky pagebreak bug in console.c

上级 e76dab4f
...@@ -47,8 +47,8 @@ printint(int xx, int base, int sign) ...@@ -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, ...)
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论