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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user