mirror of
https://github.com/simh/simh.git
synced 2026-02-13 03:15:25 +00:00
Compile cleanups.
i1620_sys.c - fixed printf calls without a format argument. ibm1130_cr.c - fixed printf calls without a format argument. scp.c - corrected argument types vax780_sbi.c - corrected argument types vax_sysdev.c - corrected argument types pdp11_tu.c - Fixed t_addr printouts for 64b big-endian systems sim_console.c - fixed formats to consistently print file names
This commit is contained in:
@@ -920,7 +920,7 @@ return;
|
||||
struct reglink { /* register linkage */
|
||||
uint32 low; /* low addr */
|
||||
uint32 high; /* high addr */
|
||||
t_stat (*read)(int32 pa); /* read routine */
|
||||
int32 (*read)(int32 pa); /* read routine */
|
||||
void (*write)(int32 pa, int32 val, int32 lnt); /* write routine */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user