mirror of
https://github.com/simh/simh.git
synced 2026-05-01 13:56:02 +00:00
PDP10: Fix LP DEVICE attach logic remove redundant code done by SCP
This commit is contained in:
@@ -952,10 +952,6 @@ t_stat reason;
|
|||||||
|
|
||||||
sim_switches |= SWMASK ('A'); /* position to EOF */
|
sim_switches |= SWMASK ('A'); /* position to EOF */
|
||||||
reason = attach_unit (uptr, cptr); /* attach file */
|
reason = attach_unit (uptr, cptr); /* attach file */
|
||||||
if (reason == SCPE_OK) {
|
|
||||||
sim_fseek (uptr->fileref, 0, SEEK_END);
|
|
||||||
uptr->pos = (t_addr)sim_ftell (uptr->fileref);
|
|
||||||
}
|
|
||||||
if (lpcsa & CSA_DVON) {
|
if (lpcsa & CSA_DVON) {
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < dvlnt; i++) { /* Align VFU with new file */
|
for (i = 0; i < dvlnt; i++) { /* Align VFU with new file */
|
||||||
|
|||||||
Reference in New Issue
Block a user