forked from Imagelibrary/rtems
@@ -1,3 +1,7 @@
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* cpu.c: Remove warning.
|
||||
|
||||
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Split out preinstallation rules.
|
||||
|
||||
@@ -135,7 +135,7 @@ void _CPU_ISR_install_vector(
|
||||
proc_ptr *old_handler
|
||||
)
|
||||
{
|
||||
proc_ptr ignored;
|
||||
proc_ptr ignored = 0; /* to avoid warning */
|
||||
|
||||
*old_handler = _ISR_Vector_table[ vector ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user