Open spookyvision opened 3 months ago
source/kernel/src/serial_trace.rs has an outer loop that's not actually looping, since the second inner loop it contains never returns:
// TODO(eliza): make the host also send a heartbeat, and // if we don't get it, break back to the idle loop...
source/kernel/src/serial_trace.rs has an outer loop that's not actually looping, since the second inner loop it contains never returns: