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