1
0
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:
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 */
dz_update_xmti (); /* update int */
sim_clock_coschedule_after (uptr, 500000); /* reactivate occasionally */
sim_activate_after (uptr, 500000); /* reactivate occasionally */
return SCPE_OK;
}