PDP11, VAX: Fix broken build due to typo for routine name
This commit is contained in:
parent
e533aa2d5e
commit
90327012a9
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ t_stat dz_xmt_svc (UNIT *uptr)
|
||||||
{
|
{
|
||||||
tmxr_poll_tx (&dz_desc); /* poll output */
|
tmxr_poll_tx (&dz_desc); /* poll output */
|
||||||
dz_update_xmti (); /* update int */
|
dz_update_xmti (); /* update int */
|
||||||
sim_clock_coschedule_after (uptr, 500000); /* reactivate occasionally */
|
sim_activate_after (uptr, 500000); /* reactivate occasionally */
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue