Changeset fbaf52eb in rtems


Ignore:
Timestamp:
01/20/98 20:31:21 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6ab91d9
Parents:
cb5bfe4
Message:

Removed warning per Chris John's suggestion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/unix/cpu.h

    rcb5bfe4 rfbaf52eb  
    661661#define _CPU_ISR_Flash( _level ) \
    662662  do { \
    663       register _ignored = 0; \
     663      register unsigned32 _ignored = 0; \
    664664      _CPU_ISR_Enable( (_level) ); \
    665665      _CPU_ISR_Disable( _ignored ); \
Note: See TracChangeset for help on using the changeset viewer.