mirror of
https://github.com/simh/simh.git
synced 2026-04-19 01:17:28 +00:00
SCP: Clean up WEAK definition and rework deprecated references to sim_vm_init
As discussed in #794
This commit is contained in:
@@ -1072,7 +1072,7 @@ char sim_name [] = "HP 3000"; /* the simulator name */
|
||||
|
||||
int32 sim_emax = 2; /* the maximum number of words in any instruction */
|
||||
|
||||
void (*sim_vm_init) (void) = &one_time_init; /* a pointer to the one-time initializer */
|
||||
WEAK void (*sim_vm_init) (void) = &one_time_init; /* a pointer to the one-time initializer */
|
||||
|
||||
DEVICE *sim_devices [] = { /* an array of pointers to the simulated devices */
|
||||
&cpu_dev, /* CPU (must be first) */
|
||||
|
||||
Reference in New Issue
Block a user