mirror of
https://github.com/simh/simh.git
synced 2026-02-02 23:02:16 +00:00
Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues
This commit is contained in:
@@ -153,7 +153,7 @@ int32 oplen[256] = {
|
||||
load starts at the current value of the PC.
|
||||
*/
|
||||
|
||||
int32 sim_load (FILE *fileref, char *cptr, char *fnam, int flag)
|
||||
t_stat sim_load (FILE *fileref, char *cptr, char *fnam, int flag)
|
||||
{
|
||||
int32 i, addr = 0, cnt = 0;
|
||||
|
||||
@@ -180,7 +180,7 @@ return (SCPE_OK);
|
||||
status = error code
|
||||
*/
|
||||
|
||||
int32 fprint_sym (FILE *of, t_addr addr, uint32 *val,
|
||||
t_stat fprint_sym (FILE *of, t_addr addr, t_value *val,
|
||||
UNIT *uptr, int32 sw)
|
||||
{
|
||||
int32 cflag, c1, c2, inst, adr;
|
||||
@@ -229,7 +229,7 @@ return -(oplen[inst] - 1);
|
||||
status = error status
|
||||
*/
|
||||
|
||||
int32 parse_sym (char *cptr, t_addr addr, UNIT *uptr, uint32 *val, int32 sw)
|
||||
t_stat parse_sym (char *cptr, t_addr addr, UNIT *uptr, t_value *val, int32 sw)
|
||||
{
|
||||
int32 cflag, i = 0, j, r;
|
||||
char gbuf[CBUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user