1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-04 23:25:46 +00:00

Compiler warning cleanup

This commit is contained in:
Mark Pizzolato
2013-11-05 16:42:17 -08:00
parent b85af46402
commit fdb33ce135
7 changed files with 16 additions and 12 deletions

View File

@@ -598,7 +598,7 @@ switch (inst) { /* case on opcode */
tty_busy = 0;
tty_mode = 0; /* mode is input */
tty_2nd = 0;
/* sim_cancel (&tty_unit[TTO]); /* cancel output */
/* sim_cancel (&tty_unit[TTO]); *//* cancel output */
}
CLR_INT (INT_TTY); /* clear intr */
break;