chiark / gitweb /
fix simulation consistency of flush junk
authorian <ian>
Mon, 5 May 2008 10:45:15 +0000 (10:45 +0000)
committerian <ian>
Mon, 5 May 2008 10:45:15 +0000 (10:45 +0000)
hostside/startup.c

index c9b628810fdc1ba0ded4513d471372a4b461b661..195ae25ee446371b2141f6d753f067020f28c327 100644 (file)
@@ -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])) {