mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +00:00
SCP: Clean up WEAK definition and rework deprecated references to sim_vm_init
As discussed in #794
This commit is contained in:
@@ -3315,6 +3315,7 @@ ASTLVL = 4;
|
||||
mapen = 0;
|
||||
FLUSH_ISTR; /* init I-stream */
|
||||
if (M == NULL) { /* first time init? */
|
||||
vax_init();
|
||||
sim_brk_types = sim_brk_dflt = SWMASK ('E');
|
||||
sim_vm_is_subroutine_call = cpu_is_pc_a_subroutine_call;
|
||||
sim_clock_precalibrate_commands = vax_clock_precalibrate_commands;
|
||||
|
||||
Reference in New Issue
Block a user