1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +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

@@ -3721,7 +3721,7 @@ switch (dev->eth_api) {
break;
default:
bpf_used = to_me = 0; /* Should NEVER happen */
abort();
sim_abort ("_eth_callback()", __FILE__, __LINE__);
break;
}