forked from Imagelibrary/rtems
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* serial/z85c30.c: Eliminated warning by clarifying statement.
This commit is contained in:
@@ -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>
|
2002-09-07 Chris Johns <ccj@acm.org>
|
||||||
|
|
||||||
* network/Makefile.am, network/README.cs8900, network/cs8900.c,
|
* network/Makefile.am, network/README.cs8900, network/cs8900.c,
|
||||||
|
|||||||
@@ -659,8 +659,8 @@ Z85C30_STATIC rtems_isr z85c30_isr(
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (ulCtrlPort == Console_Port_Tbl[minor].ulCtrlPort1) {
|
if (ulCtrlPort == Console_Port_Tbl[minor].ulCtrlPort1) {
|
||||||
ucIntPendPort = ucIntPend>>3;
|
ucIntPendPort = ucIntPend >> 3;
|
||||||
ucIntPendPort = ucIntPendPort&=7;
|
ucIntPendPort &= 7;
|
||||||
} else {
|
} else {
|
||||||
ucIntPendPort = ucIntPend &= 7;
|
ucIntPendPort = ucIntPend &= 7;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user