forked from Imagelibrary/rtems
2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Add void.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user