mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Be sure to flush output files when aborting.
Emit a last gasp message prior to flushing files before aborting.
This commit is contained in:
@@ -1154,7 +1154,7 @@ else { /* Bottom End (After I/O processing) */
|
||||
case FNC_SEARCH: /* search */
|
||||
case FNC_SEEK: /* seek */
|
||||
case FNC_WRITEH: /* write headers stub */
|
||||
abort (); /* should NEVER happen */
|
||||
sim_abort ("rp_svc() error", __FILE__, __LINE__); /* should NEVER happen */
|
||||
break;
|
||||
|
||||
case FNC_WRITE: /* write */
|
||||
|
||||
Reference in New Issue
Block a user