mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
lm32/include/rtems/score/cpuimpl.h: Address unused parameter warning
This commit is contained in:
@@ -40,11 +40,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