mirror of
https://github.com/simh/simh.git
synced 2026-04-28 20:57:26 +00:00
More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log).
This commit is contained in:
@@ -197,7 +197,7 @@ t_stat dbg_dump_segtbl(FILE* fd) {
|
||||
t_stat rc;
|
||||
|
||||
if (reg_ssv < 0x2030 || reg_ssv > 0xf000) {
|
||||
printf("Cannot list segments in bootloader: incomplete tables\n");
|
||||
sim_printf("Cannot list segments in bootloader: incomplete tables\n");
|
||||
return SCPE_NXM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user