mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
PDP11, VAX: Fix broken build due to typo for routine name
This commit is contained in:
parent
e533aa2d5e
commit
90327012a9
@ -590,7 +590,7 @@ t_stat dz_xmt_svc (UNIT *uptr)
|
||||
{
|
||||
tmxr_poll_tx (&dz_desc); /* poll output */
|
||||
dz_update_xmti (); /* update int */
|
||||
sim_clock_coschedule_after (uptr, 500000); /* reactivate occasionally */
|
||||
sim_activate_after (uptr, 500000); /* reactivate occasionally */
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user