mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:08:06 +11:00
emul: make verbose staging the default
I always keep it on myself. I can imagine it's especially useful to newcomers.
This commit is contained in:
parent
acf8e03f53
commit
c571567660
@ -42,8 +42,8 @@ static uint8_t iord_stdio()
|
|||||||
|
|
||||||
static void iowr_stdio(uint8_t val)
|
static void iowr_stdio(uint8_t val)
|
||||||
{
|
{
|
||||||
// uncomment when you need to debug staging
|
// comment if you don't like verbose staging output
|
||||||
// putc(val, stderr);
|
putc(val, stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void iowr_here(uint8_t val)
|
static void iowr_here(uint8_t val)
|
||||||
|
Loading…
Reference in New Issue
Block a user