1
0
mirror of https://github.com/simh/simh.git synced 2026-04-06 05:32:34 +00:00

sigma: UEND flag in the wrong bit position in channel status word.

This commit is contained in:
Ken Rector
2022-07-23 16:54:19 -07:00
committed by Mark Pizzolato
parent 7953088407
commit fc18eaa047
2 changed files with 4 additions and 1 deletions

View File

@@ -122,6 +122,7 @@
116: IO: dangling else in write direct mode 1 code causes incorrect behavior.
117: CPU: sim_interval is decremented before breakpoint test, which is incorrect.
118. MT: revised error handling failed to set tape mark status on space file forward/reverse.
119. IO: UEND flag in the wrong bit position in status word.
Diagnostic Notes