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:
Virgil Dupras 2020-06-20 13:41:39 -04:00
parent acf8e03f53
commit c571567660
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ static uint8_t iord_stdio()
static void iowr_stdio(uint8_t val)
{
// uncomment when you need to debug staging
// putc(val, stderr);
// comment if you don't like verbose staging output
putc(val, stderr);
}
static void iowr_here(uint8_t val)