summaryrefslogtreecommitdiff
path: root/src/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscalls.h')
-rw-r--r--src/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syscalls.h b/src/syscalls.h
index d638733..4f959af 100644
--- a/src/syscalls.h
+++ b/src/syscalls.h
@@ -22,6 +22,7 @@
#include "arch-ppc.h"
#include "arch-s390.h"
#include "arch-s390x.h"
+#include "arch-sh.h"
#include "arch-x32.h"
#include "arch-x86_64.h"
#include "arch-x86.h"
@@ -51,6 +52,7 @@ struct arch_syscall_table {
int riscv64;
int s390;
int s390x;
+ int sh;
};
#define OFFSET_ARCH(NAME) offsetof(struct arch_syscall_table, NAME)