PDP11, VAX: Avoid potential operator precedence confusion
This commit is contained in:
parent
05f682115c
commit
2008f3f6ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue