mirror of
https://github.com/open-simh/simh.git
synced 2026-04-27 04:37:02 +00:00
NOVA, ECLIPSE, PDP11, PDP8, SIGMA, Unibus VAXen: Call tape detach API on unload
This commit is contained in:
@@ -366,7 +366,7 @@ switch (cmd) { /* case on command */
|
||||
break;
|
||||
|
||||
case MCM_RWU: /* rewind unload */
|
||||
r = detach_unit (uptr);
|
||||
r = sim_tape_detach (uptr);
|
||||
break;
|
||||
|
||||
case MCM_REW: /* rewind */
|
||||
|
||||
Reference in New Issue
Block a user