mirror of
https://github.com/simh/simh.git
synced 2026-04-20 01:33:02 +00:00
Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0).
This commit is contained in:
@@ -2158,9 +2158,8 @@ else { /* Bottom End (After I/O processing) */
|
||||
if (err != 0) { /* error? */
|
||||
if (rq_dte (cp, uptr, ST_DRV)) /* post err log */
|
||||
rq_rw_end (cp, uptr, EF_LOG, ST_DRV); /* if ok, report err */
|
||||
perror ("RQ I/O error");
|
||||
if (!(uptr->flags & UNIT_RAW))
|
||||
clearerr (uptr->fileref);
|
||||
sim_disk_perror (uptr, "RQ I/O error");
|
||||
sim_disk_clearerr (uptr);
|
||||
return SCPE_IOERR;
|
||||
}
|
||||
ba = ba + tbc; /* incr bus addr */
|
||||
|
||||
Reference in New Issue
Block a user