summaryrefslogtreecommitdiff
path: root/tools/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util.c')
-rw-r--r--tools/util.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/util.c b/tools/util.c
index 7da22f4..afea6c9 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -80,6 +80,12 @@
#define ARCH_NATIVE AUDIT_ARCH_S390
#elif __riscv && __riscv_xlen == 64
#define ARCH_NATIVE AUDIT_ARCH_RISCV64
+#elif __sh__
+#ifdef __BIG_ENDIAN__
+#define ARCH_NATIVE AUDIT_ARCH_SH
+#else
+#define ARCH_NATIVE AUDIT_ARCH_SHEL
+#endif
#else
#error the simulator code needs to know about your machine type
#endif