2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>

* cpu.c: Warning removal.
This commit is contained in:
Ralf Corsepius
2010-05-23 05:47:27 +00:00
parent f16a1458c6
commit a4f9124168
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Warning removal.
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context.c, cpu.c: Add include of config.h

View File

@@ -146,7 +146,9 @@ void _CPU_ISR_install_vector(
proc_ptr *old_handler
)
{
#if defined(__sh1__) || defined(__sh2__)
proc_ptr ignored ;
#endif
*old_handler = _ISR_Vector_table[ vector ];
/*