mirror of
https://github.com/simh/simh.git
synced 2026-04-28 12:47: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:
@@ -944,7 +944,7 @@ t_stat load_cr_boot (int drvno, int switches)
|
||||
#ifdef GUI_SUPPORT
|
||||
remark_cmd(msg);
|
||||
#else
|
||||
printf(msg);
|
||||
printf("", msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user