mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-25 03:35:58 +00:00
SCP: Updated to current.
This commit is contained in:
1
scp.h
1
scp.h
@@ -318,6 +318,7 @@ t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST cha
|
||||
t_stat sim_add_debug_flags (DEVICE *dptr, DEBTAB *debflags);
|
||||
const char *sim_error_text (t_stat stat);
|
||||
t_stat sim_string_to_stat (const char *cptr, t_stat *cond);
|
||||
t_stat sim_sched_step (void);
|
||||
t_stat sim_cancel_step (void);
|
||||
void sim_printf (const char *fmt, ...) GCC_FMT_ATTR(1, 2);
|
||||
void sim_perror (const char *msg);
|
||||
|
||||
Reference in New Issue
Block a user