Commit 8fe0b307 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Print debug char if evidence shows its not really debug.

parent 4d78750f
......@@ -134,6 +134,7 @@ void LM32DROM::recv(RecvQueue::const_iterator i, RecvQueue::const_iterator end)
else
state = LOAD_REGS;
} else {
std::cerr << (char)byte << std::flush;
}
} else {
std::cerr << (char)byte << std::flush;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment