forked from Imagelibrary/rtems
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Warning removal.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user