diff options
Diffstat (limited to 'sysdeps/aarch64/start.S')
-rw-r--r-- | sysdeps/aarch64/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/start.S b/sysdeps/aarch64/start.S index 544e397..694c338 100644 --- a/sysdeps/aarch64/start.S +++ b/sysdeps/aarch64/start.S @@ -108,7 +108,7 @@ ENTRY(_start) because crt1.o and rcrt1.o share code and the later must avoid the use of GOT relocations before __libc_start_main is called. */ __wrap_main: - BTI_C + bti c b main #endif END(_start) |