1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 04:22:24 +00:00

SCP: Change sim_abort to SIM_SCP_ABORT macro.

SIM_SCP_ABORT is ONLY for use in scp support libraries
This commit is contained in:
Mark Pizzolato
2022-07-30 11:18:08 -10:00
parent de84896469
commit 107813b11b
8 changed files with 18 additions and 18 deletions

View File

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