2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>

* cpu.c, rtems/score/cpu.h: Add void.
This commit is contained in:
Joel Sherrill
2008-08-18 22:18:07 +00:00
parent c553a23338
commit 226b162699
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Add void.
2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c: Add comment.

View File

@@ -211,7 +211,7 @@ extern void _exc_data_abort();
/* FIXME: put comments here */
void rtems_exception_init_mngt()
void rtems_exception_init_mngt(void)
{
ISR_Level level;

View File

@@ -372,7 +372,7 @@ typedef struct {
typedef void (*cpuExcHandlerType) (CPU_Exception_frame*);
extern cpuExcHandlerType _currentExcHandler;
extern void rtems_exception_init_mngt();
extern void rtems_exception_init_mngt(void);
/*
* The following structure defines the set of information saved