From 1f01642b22a965700f5f363b8150ec4dae90823f Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 5 May 2008 10:45:15 +0000 Subject: [PATCH] fix simulation consistency of flush junk --- hostside/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) { -- 2.30.2