PDP11, VAX: Fix broken build due to typo for routine name

This commit is contained in:
Mark Pizzolato 2018-06-20 21:32:08 -07:00
parent e533aa2d5e
commit 90327012a9

View file

@ -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;
} }