* m68k/fido-_exit.c (_exit): Use stop #0x700.

This commit is contained in:
Kazu Hirata
2007-05-03 01:19:45 +00:00
parent c7e9b095ac
commit a562045661
2 changed files with 7 additions and 4 deletions

View File

@ -19,5 +19,5 @@ void
_exit (int code)
{
while (1)
asm volatile ("stop #0");
asm volatile ("stop #0x700");
}