diff options
Diffstat (limited to 'libc/sysdeps/linux/m68k/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/m68k/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/crt0.S b/libc/sysdeps/linux/m68k/crt0.S index e7de07322..182e8baea 100644 --- a/libc/sysdeps/linux/m68k/crt0.S +++ b/libc/sysdeps/linux/m68k/crt0.S @@ -41,7 +41,7 @@ _start: /* put here so that references to _start work with elf-PIC */ /* If that didn't kill us, ... */ __exit: move.l %sp@+,%d1 - moveq #1,%d0 /* SYS_exit */ + moveq #1,%d0 /* __NR_exit */ trap #0 /* |