diff options
Diffstat (limited to 'libc/sysdeps/linux/m68k/clone.S')
-rw-r--r-- | libc/sysdeps/linux/m68k/clone.S | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libc/sysdeps/linux/m68k/clone.S b/libc/sysdeps/linux/m68k/clone.S index 1c4176c3f..2735bcba0 100644 --- a/libc/sysdeps/linux/m68k/clone.S +++ b/libc/sysdeps/linux/m68k/clone.S @@ -55,17 +55,6 @@ clone: rts -__syscall_error: - negl %d0 - movel %d0, %sp@- - lea __errno_location-.-8, %a0 - jsr %pc@(%a0) - movel %d0, %a0 - movel %sp@+, %a0@ - moveq #-1, %d0 - - rts - thread_start: /*subl %fp, %fp*/ /* terminate the stack frame */ jsr (%a0) |