mirror of
https://github.com/open-simh/simh.git
synced 2026-01-30 21:42:15 +00:00
B5500: Move extern declarations to b5500_defs.h
This commit is contained in:
@@ -3958,9 +3958,7 @@ cpu_show_hist(FILE * st, UNIT * uptr, int32 val, CONST void *desc)
|
||||
t_stat r;
|
||||
t_value sim_eval;
|
||||
struct InstHistory *h;
|
||||
extern void print_opcode(FILE * ofile, t_value val, t_opcode *);
|
||||
extern t_opcode word_ops[1], char_ops[1];
|
||||
char flags[] = "ABCNSMV";
|
||||
static const char flags[] = "ABCNSMV";
|
||||
|
||||
if (hst_lnt == 0)
|
||||
return SCPE_NOFNC; /* enabled? */
|
||||
|
||||
@@ -72,6 +72,8 @@ typedef struct _opcode
|
||||
}
|
||||
t_opcode;
|
||||
|
||||
extern void print_opcode(FILE * ofile, t_value val, t_opcode *);
|
||||
extern t_opcode word_ops[], char_ops[];
|
||||
|
||||
t_stat chan_reset(DEVICE *);
|
||||
t_stat chan_boot(t_uint64);
|
||||
|
||||
Reference in New Issue
Block a user