mirror of
https://github.com/simh/simh.git
synced 2026-05-01 13:56:02 +00:00
Compile cleanups
This commit is contained in:
@@ -944,7 +944,7 @@ t_stat load_cr_boot (int drvno, int switches)
|
|||||||
#ifdef GUI_SUPPORT
|
#ifdef GUI_SUPPORT
|
||||||
remark_cmd(msg);
|
remark_cmd(msg);
|
||||||
#else
|
#else
|
||||||
printf("", msg);
|
printf("%s", msg);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ int32 fdccmd(int32 io, int32 data)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("Unknown FDC command %02X\n\r", data);
|
printf("Unknown FDC command %02XH\n\r", data);
|
||||||
}
|
}
|
||||||
} else { /* read status from fdc */
|
} else { /* read status from fdc */
|
||||||
val = cur_flg[cur_dsk]; /* set return value */
|
val = cur_flg[cur_dsk]; /* set return value */
|
||||||
|
|||||||
Reference in New Issue
Block a user