forked from Imagelibrary/rtems
score/cpu/m32c: Fix warnings
This commit is contained in:
@@ -36,15 +36,16 @@
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
void _ISR_Handler(void);
|
||||
|
||||
/* void __ISR_Handler()
|
||||
*
|
||||
* This routine provides the RTEMS interrupt management.
|
||||
*
|
||||
* NO_CPU Specific Information:
|
||||
* M32C Specific Information:
|
||||
*
|
||||
* XXX document implementation including references if appropriate
|
||||
* Interrupts are not currently supported.
|
||||
*/
|
||||
|
||||
void _ISR_Handler(void)
|
||||
{
|
||||
/*
|
||||
|
||||
@@ -842,7 +842,7 @@ void _CPU_Context_Initialize(
|
||||
*/
|
||||
void _CPU_Context_Restart_self(
|
||||
Context_Control *the_context
|
||||
);
|
||||
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
|
||||
|
||||
/**
|
||||
* @ingroup CPUContext
|
||||
|
||||
Reference in New Issue
Block a user