Changeset 973bf436 in rtems
- Timestamp:
- 09/14/02 21:03:21 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- eefdc85
- Parents:
- d32359a7
- Location:
- c/src/libchip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/ChangeLog
rd32359a7 r973bf436 1 2002-09-14 Joel Sherrill <joel@OARcorp.com> 2 3 * serial/z85c30.c: Eliminated warning by clarifying statement. 4 1 5 2002-09-07 Chris Johns <ccj@acm.org> 2 6 -
c/src/libchip/serial/z85c30.c
rd32359a7 r973bf436 660 660 661 661 if (ulCtrlPort == Console_Port_Tbl[minor].ulCtrlPort1) { 662 ucIntPendPort = ucIntPend >>3;663 ucIntPendPort = ucIntPendPort&=7;662 ucIntPendPort = ucIntPend >> 3; 663 ucIntPendPort &= 7; 664 664 } else { 665 665 ucIntPendPort = ucIntPend &= 7;
Note: See TracChangeset
for help on using the changeset viewer.