summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall.h b/src/syscall.h
index b53da4c..d2a117b 100644
--- a/src/syscall.h
+++ b/src/syscall.h
@@ -27,7 +27,7 @@
#include "syscall-arm.h"
#elif defined(__sparc__)
#include "syscall-sparc.h"
-#elif defined(__aarch64__) || defined(__riscv)
+#elif defined(__aarch64__) || defined(__loongarch__) || defined(__riscv)
#include "syscall-generic.h"
#else
#warning "using system call numbers from sys/syscall.h"