mirror of
https://github.com/simh/simh.git
synced 2026-04-18 00:48:13 +00:00
General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log).
This commit is contained in:
@@ -2384,9 +2384,7 @@ int32 xr, ac;
|
||||
|
||||
if (!caveats_displayed) {
|
||||
caveats_displayed = TRUE;
|
||||
printf ("%s", cpu_next_caveats);
|
||||
if (sim_log)
|
||||
fprintf (sim_log, "%s", cpu_next_caveats);
|
||||
sim_printf ("%s", cpu_next_caveats);
|
||||
}
|
||||
if (SCPE_OK != get_aval ((saved_PC & AMASK), &cpu_dev, &cpu_unit)) /* get data */
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user