mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
SEL32: Fixed typo.
This commit is contained in:
parent
c5b3e17c43
commit
abaeb33a2f
@ -794,7 +794,7 @@ endit:
|
||||
goto endit; /* done */
|
||||
/* just dump the char */
|
||||
// /* xmt disabled, just wait around */
|
||||
sim_debug(DEBUG_CMD, &com_dev, "com_srvo write dumping char %c on line %04\n", ch, ln);
|
||||
sim_debug(DEBUG_CMD, &com_dev, "com_srvo write dumping char %c on line %04x\n", ch, ln);
|
||||
tmxr_poll_tx(&com_desc); /* poll xmt */
|
||||
//?? sim_activate(uptr, coml_unit[ln].wait); /* wait */
|
||||
sim_activate(uptr, uptr->wait); /* wait */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user