From: ian Date: Mon, 5 May 2008 10:45:15 +0000 (+0000) Subject: fix simulation consistency of flush junk X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=1f01642b22a965700f5f363b8150ec4dae90823f;p=trains.git fix simulation consistency of flush junk --- diff --git a/hostside/startup.c b/hostside/startup.c index c9b6288..195ae25 100644 --- a/hostside/startup.c +++ b/hostside/startup.c @@ -130,8 +130,8 @@ void serial_moredata(PicInsn *buf) { assert(buf->l > 0); if (sta_state == Sta_Flush) { - toev_start(&sta_toev); ouhexi("picioh in junk", buf->d, buf->l); + toev_start(&sta_toev); return; /* junk absolutely everything */ } if (PICMSG_AAARGH_P(buf->d[0])) {