mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
PDP11, VAX: Avoid potential operator precedence confusion
This commit is contained in:
parent
05f682115c
commit
2008f3f6ec
@ -967,7 +967,7 @@ static void vh_getc ( int32 vh )
|
||||
if (new_lstat != lp->lstat) {
|
||||
lp->lstat = new_lstat;
|
||||
if (lp->lnctrl & LNCTRL_LINK_TYPE)
|
||||
fifo_put (vh, lp, RBUF_DIAG | RBUF_PUTLINE (i) | (lp->lstat >> 8) & 0376);
|
||||
fifo_put (vh, lp, RBUF_DIAG | RBUF_PUTLINE (i) | ((lp->lstat >> 8) & 0376));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user