1
0
mirror of https://github.com/simh/simh.git synced 2026-04-18 00:48:13 +00:00

NOVA, ECLIPSE, PDP11, PDP8, SIGMA, Unibus VAXen: Call tape detach API on unload

This commit is contained in:
Mark Pizzolato
2020-04-04 09:49:15 -07:00
parent d0de8b807f
commit f9883668f1
6 changed files with 6 additions and 6 deletions

View File

@@ -694,7 +694,7 @@ switch (fnc) { /* case on function */
set_tuer (ER_UNS);
break;
}
detach_unit (uptr);
sim_tape_detach (uptr);
uptr->USTAT = FS_REW;
sim_activate (uptr, tu_time);
tucs1 = tucs1 & ~CS1_GO;