Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m68k')
-rw-r--r--libgloss/m68k/fido-_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/fido-_exit.c b/libgloss/m68k/fido-_exit.c
index 3f920f067..08a1542cc 100644
--- a/libgloss/m68k/fido-_exit.c
+++ b/libgloss/m68k/fido-_exit.c
@@ -19,5 +19,5 @@ void
_exit (int code)
{
while (1)
- asm volatile ("stop #0");
+ asm volatile ("stop #0x700");
}