mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 16:32:21 +08:00
sparc: clang AS does no accept UNIMP without argument
This commit is contained in:
@@ -152,7 +152,7 @@ void _CPU_Context_validate( uintptr_t pattern );
|
||||
|
||||
RTEMS_INLINE_ROUTINE void _CPU_Instruction_illegal( void )
|
||||
{
|
||||
__asm__ volatile ( "unimp" );
|
||||
__asm__ volatile ( "unimp 0" );
|
||||
}
|
||||
|
||||
RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
|
||||
|
||||
Reference in New Issue
Block a user