summaryrefslogtreecommitdiff
path: root/src/malloc_hook_mmap_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc_hook_mmap_linux.h')
-rw-r--r--src/malloc_hook_mmap_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc_hook_mmap_linux.h b/src/malloc_hook_mmap_linux.h
index cbf3782..4362fe0 100644
--- a/src/malloc_hook_mmap_linux.h
+++ b/src/malloc_hook_mmap_linux.h
@@ -54,6 +54,7 @@
#if defined(__x86_64__) \
|| defined(__PPC64__) \
|| defined(__aarch64__) \
+ || defined(__loongarch64) \
|| (defined(_MIPS_SIM) && (_MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32)) \
|| defined(__s390__) || (defined(__riscv) && __riscv_xlen == 64) \
|| defined(__e2k__)