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:
authorKazu Hirata <kazu@codesourcery.com>2007-05-03 05:19:45 +0400
committerKazu Hirata <kazu@codesourcery.com>2007-05-03 05:19:45 +0400
commita562045661ae361f2a8a40089f309d4acc875f09 (patch)
tree50091539e4180f66a3b0d5aebebc61feadfd42b3 /libgloss/m68k
parentc7e9b095ac5c2b1a4af9063f74aca079b1eb9044 (diff)
* m68k/fido-_exit.c (_exit): Use stop #0x700.
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");
}