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:
Till Straumann
2009-10-20 14:07:20 +00:00
parent 61b5aec0d5
commit 5bd4fb059c

View File

@@ -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
}