about summary refs log tree commit diff
path: root/sysdeps/aarch64/dl-irel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/dl-irel.h')
-rw-r--r--sysdeps/aarch64/dl-irel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/dl-irel.h b/sysdeps/aarch64/dl-irel.h
index 4a8027510b..a794c826aa 100644
--- a/sysdeps/aarch64/dl-irel.h
+++ b/sysdeps/aarch64/dl-irel.h
@@ -31,7 +31,7 @@ static inline ElfW(Addr)
 __attribute ((always_inline))
 elf_ifunc_invoke (ElfW(Addr) addr)
 {
-  return ((ElfW(Addr) (*) (unsigned long int)) (addr)) (GLRO(dl_hwcap));
+  return ((ElfW(Addr) (*) (uint64_t)) (addr)) (GLRO(dl_hwcap));
 }
 
 static inline void