1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 20:37:50 +00:00

Compiler and static analyzer fixes from Peter Schorn.

This commit is contained in:
Mark Pizzolato
2013-04-13 16:59:54 -07:00
parent ee3d98a125
commit 4bd72e666c
8 changed files with 88 additions and 70 deletions

View File

@@ -1310,7 +1310,7 @@ if ((std_input) && /* Not Background proces
GetConsoleMode (std_input, &saved_mode); /* Save Mode */
return SCPE_OK;
}
static t_stat sim_os_ttrun (void)
{
if ((std_input) && /* If Not Background process? */