summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/crt0pic.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/arm/crt0pic.S')
-rw-r--r--libc/sysdeps/linux/arm/crt0pic.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/crt0pic.S b/libc/sysdeps/linux/arm/crt0pic.S
index 21665a4bb..a668ac31f 100644
--- a/libc/sysdeps/linux/arm/crt0pic.S
+++ b/libc/sysdeps/linux/arm/crt0pic.S
@@ -48,7 +48,7 @@ _start:
bl exit
_void_void_null_func:
- nop
+ mov pc, lr
.weak __libc_init
__libc_init = _void_void_null_func