Changeset 8491956 in rtems


Ignore:
Timestamp:
11/04/02 22:19:31 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9584c06
Parents:
145fc8c
Message:

2002-11-04 Joel Sherrill <joel@…>

  • cpu.c: Removed warning.
Location:
cpukit/score/cpu/arm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/arm/ChangeLog

    r145fc8c r8491956  
     12002-11-04      Joel Sherrill <joel@OARcorp.com>
     2
     3        * cpu.c: Removed warning.
     4
    152002-11-01      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/score/cpu/arm/cpu.c

    r145fc8c r8491956  
    5151unsigned32 _CPU_ISR_Get_level( void )
    5252{
    53     unsigned32 reg;
     53    unsigned32 reg = 0; /* to avoid warning */
    5454   
    5555    asm volatile ("mrs  %0, cpsr \n"           \
Note: See TracChangeset for help on using the changeset viewer.