mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-03 20:32:34 +00:00
KA10: Minor code cleanup.
This commit is contained in:
2488
PDP10/ka10_imp.c
2488
PDP10/ka10_imp.c
File diff suppressed because it is too large
Load Diff
@@ -872,7 +872,7 @@ t_stat tu_srv(UNIT * uptr)
|
||||
df->buf = 0;
|
||||
}
|
||||
if (tu_frame[ctlr] != 0 && uptr->u4 == 0 && df10_read(df) == 0)
|
||||
uptr->u4 != 010;
|
||||
uptr->u4 |= 010;
|
||||
|
||||
if ((uptr->u3 & CS_MOTION) != 0) {
|
||||
if (uptr->u4 == 0)
|
||||
|
||||
Reference in New Issue
Block a user