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:
fa1f3e5
)
show a # before event counter
author
ian
<ian>
Sun, 27 Jul 2008 14:38:46 +0000
(14:38 +0000)
committer
ian
<ian>
Sun, 27 Jul 2008 14:38:46 +0000
(14:38 +0000)
hostside/realtime.c
patch
|
blob
|
history
diff --git
a/hostside/realtime.c
b/hostside/realtime.c
index 54c2ea9a7b795044245c19a6cedf494a37014a48..0ec047991e77570858bb9f52fb8c8c3bde707990 100644
(file)
--- a/
hostside/realtime.c
+++ b/
hostside/realtime.c
@@
-329,7
+329,7
@@
void serial_transmit(const PicInsn *pi) {
unsigned long eventcounter;
void debug_count_event(const char *what) {
- DPRINTF(misc,event, "0x%lx %s\n",eventcounter,what);
+ DPRINTF(misc,event, "
#
0x%lx %s\n",eventcounter,what);
eventcounter++;
}