From e87cc206673c9eecf3002d2dda969b987dc95473 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 15 Apr 2020 14:37:07 +0200 Subject: Add 32bit ARM syscalls --- src/lib/syscall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/syscall.c') diff --git a/src/lib/syscall.c b/src/lib/syscall.c index 5accdcb65..2f8ccaed7 100644 --- a/src/lib/syscall.c +++ b/src/lib/syscall.c @@ -57,6 +57,8 @@ static const SyscallEntry syslist[] = { #elif defined(__i386__) // awk '/__NR_/ { print "{ \"" gensub("__NR_", "", "g", $2) "\", " $3 " },"; }' < /usr/include/x86_64-linux-gnu/asm/unistd_32.h #include "../include/syscall_i386.h" +#elif defined(__arm__) +#include "../include/syscall_armeabi.h" #else #warning "Please submit a syscall table for your architecture" #endif -- cgit v1.2.3-70-g09d2