diff options
Diffstat (limited to 'libc/sysdeps/linux/frv')
-rw-r--r-- | libc/sysdeps/linux/frv/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/clone.S b/libc/sysdeps/linux/frv/clone.S index f835f0ba2..b714b45b1 100644 --- a/libc/sysdeps/linux/frv/clone.S +++ b/libc/sysdeps/linux/frv/clone.S @@ -75,7 +75,7 @@ __clone: breakpoints work.*/ mov.p gr17, gr15 - call _exit + call _exit_internal /* Should never get here. */ jmpl @(gr0, gr0) |