1
0
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:
Mark Pizzolato
2022-07-17 13:01:25 -10:00
parent 9285073024
commit bc98e1c609
8 changed files with 34 additions and 30 deletions

View File

@@ -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 */