1
0
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:
Mark Pizzolato
2020-01-29 12:30:25 -08:00
parent ca4b733883
commit 8a858c181d
32 changed files with 59 additions and 51 deletions

View File

@@ -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;