forked from Imagelibrary/rtems
m68k/include/rtems/score/cpuimpl.h: Address unused parameter warning
This commit is contained in:
@@ -60,11 +60,15 @@ RTEMS_NO_RETURN void _CPU_Fatal_halt( uint32_t source, CPU_Uint32ptr error );
|
|||||||
|
|
||||||
static inline void _CPU_Context_volatile_clobber( uintptr_t pattern )
|
static inline void _CPU_Context_volatile_clobber( uintptr_t pattern )
|
||||||
{
|
{
|
||||||
|
(void) pattern;
|
||||||
|
|
||||||
/* TODO */
|
/* TODO */
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void _CPU_Context_validate( uintptr_t pattern )
|
static inline void _CPU_Context_validate( uintptr_t pattern )
|
||||||
{
|
{
|
||||||
|
(void) pattern;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
/* TODO */
|
/* TODO */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user