diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/clone.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/clone.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/clone.S b/sysdeps/unix/sysv/linux/sh/clone.S index e181850be3..267ebd95b0 100644 --- a/sysdeps/unix/sysv/linux/sh/clone.S +++ b/sysdeps/unix/sysv/linux/sh/clone.S @@ -61,8 +61,8 @@ ENTRY(__clone) /* do the system call */ mov r6, r4 - mov #+SYS_ify(clone), r0 - trapa #0 + mov #+SYS_ify(clone), r3 + trapa #0x12 mov r0, r1 mov #-12, r2 shad r2, r1 |