2002-11-01 Joel Sherrill <joel@OARcorp.com>

* shared/interrupts/installisrentries.c,
	shared/interrupts/vectorexceptions.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 21:58:25 +00:00
parent 0d6766cb46
commit 17ed00e431
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* shared/interrupts/installisrentries.c,
shared/interrupts/vectorexceptions.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. * .cvsignore: Reformat.

View File

@@ -5,6 +5,7 @@
#include <rtems.h> #include <rtems.h>
#include <idtcpu.h> #include <idtcpu.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
void mips_install_isr_entries( void ) void mips_install_isr_entries( void )
{ {

View File

@@ -9,6 +9,7 @@
#include <rtems.h> #include <rtems.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "iregdef.h" #include "iregdef.h"
#include "idtcpu.h" #include "idtcpu.h"
#include <rtems/bspIo.h> #include <rtems/bspIo.h>