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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user