* m68k/fido-_exit.c (_exit): Use stop #0x700.
This commit is contained in:
@ -19,5 +19,5 @@ void
|
||||
_exit (int code)
|
||||
{
|
||||
while (1)
|
||||
asm volatile ("stop #0");
|
||||
asm volatile ("stop #0x700");
|
||||
}
|
||||
|
Reference in New Issue
Block a user