mirror of
https://github.com/simh/simh.git
synced 2026-04-17 00:36:00 +00:00
TIMER: Add mechanism to pre-calibrate the instruction execution rate
This commit is contained in:
2
scp.h
2
scp.h
@@ -420,6 +420,8 @@ extern t_addr (*sim_vm_parse_addr) (DEVICE *dptr, CONST char *cptr, CONST char *
|
||||
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);
|
||||
extern const char **sim_clock_precalibrate_commands;
|
||||
|
||||
|
||||
/* Core SCP libraries can potentially have unit test routines.
|
||||
These defines help implement consistent unit test functionality */
|
||||
|
||||
Reference in New Issue
Block a user