chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36e1e0
)
fix simulation consistency of flush junk
author
ian
<ian>
Mon, 5 May 2008 10:45:15 +0000
(10:45 +0000)
committer
ian
<ian>
Mon, 5 May 2008 10:45:15 +0000
(10:45 +0000)
hostside/startup.c
patch
|
blob
|
history
diff --git
a/hostside/startup.c
b/hostside/startup.c
index c9b628810fdc1ba0ded4513d471372a4b461b661..195ae25ee446371b2141f6d753f067020f28c327 100644
(file)
--- 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])) {