forked from Imagelibrary/rtems
2009/10/20 Till Straumann <strauman@slac.stanford.edu>
* shared/misc/m68kidle.c: somehow this change was never committed, sorry.
This commit is contained in:
@@ -38,6 +38,6 @@ void *_CPU_Thread_Idle_body( uintptr_t ignored )
|
||||
}
|
||||
#else
|
||||
for( ; ; )
|
||||
asm volatile( "stop #0x3000" ); /* supervisor mode, all interrupts on */
|
||||
asm volatile( "stop #0x3000":::"cc" ); /* supervisor mode, all interrupts on */
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user