mirror of
https://github.com/simh/simh.git
synced 2026-05-02 22:22:48 +00:00
VAX, VAX780, VAX8600, MicroVAX1, MicroVAX2: Stabilize SAVE/RESTORE capabilities to allow restore of older version VAX and VAX780 save images and to properly allow simulator restores of processor model variations as discussed in #197 points 1 & 2
This commit is contained in:
2
scp.h
2
scp.h
@@ -229,6 +229,7 @@ extern struct timespec sim_deb_basetime; /* debug base time for r
|
||||
extern UNIT *sim_clock_queue;
|
||||
extern int32 sim_is_running;
|
||||
extern char *sim_prompt; /* prompt string */
|
||||
extern const char *sim_savename; /* Simulator Name used in Save/Restore files */
|
||||
extern t_value *sim_eval;
|
||||
extern volatile int32 stop_cpu;
|
||||
extern uint32 sim_brk_types; /* breakpoint info */
|
||||
@@ -266,5 +267,4 @@ extern t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason);
|
||||
extern t_value (*sim_vm_pc_value) (void);
|
||||
extern t_bool (*sim_vm_is_subroutine_call) (t_addr **ret_addrs);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user