sparc: clang AS does no accept UNIMP without argument

This commit is contained in:
Daniel Hellstrom
2018-09-20 12:48:32 +02:00
parent 0aae151eba
commit 227b145e7f
@@ -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 )