1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +00:00

Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues

This commit is contained in:
Mark Pizzolato
2013-01-10 15:14:51 -08:00
parent 7f57ce2c88
commit 448d9e52fc
12 changed files with 149 additions and 77 deletions

2
scp.h
View File

@@ -170,7 +170,7 @@ extern DEVICE *sim_devices[];
extern REG *sim_PC;
extern const char *sim_stop_messages[];
extern t_stat sim_instr (void);
extern t_stat sim_load (FILE *ptr, char *cptr, char *fnam, int32 flag);
extern t_stat sim_load (FILE *ptr, char *cptr, char *fnam, int flag);
extern int32 sim_emax;
extern t_stat fprint_sym (FILE *ofile, t_addr addr, t_value *val,
UNIT *uptr, int32 sw);