2002-09-14 Joel Sherrill <joel@OARcorp.com>

* serial/z85c30.c: Eliminated warning by clarifying statement.
This commit is contained in:
Joel Sherrill
2002-09-14 21:03:21 +00:00
parent d32359a778
commit 973bf43672
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* serial/z85c30.c: Eliminated warning by clarifying statement.
2002-09-07 Chris Johns <ccj@acm.org>
* network/Makefile.am, network/README.cs8900, network/cs8900.c,

View File

@@ -660,7 +660,7 @@ Z85C30_STATIC rtems_isr z85c30_isr(
if (ulCtrlPort == Console_Port_Tbl[minor].ulCtrlPort1) {
ucIntPendPort = ucIntPend >> 3;
ucIntPendPort = ucIntPendPort&=7;
ucIntPendPort &= 7;
} else {
ucIntPendPort = ucIntPend &= 7;
}