summaryrefslogtreecommitdiff
path: root/src/arch-s390x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.c')
-rw-r--r--src/arch-s390x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch-s390x.c b/src/arch-s390x.c
index 0a1fdc8..038622a 100644
--- a/src/arch-s390x.c
+++ b/src/arch-s390x.c
@@ -19,4 +19,5 @@ const struct arch_def arch_def_s390x = {
.syscall_resolve_num = s390x_syscall_resolve_num,
.syscall_rewrite = NULL,
.filter_rewrite = NULL,
+ .rule_add = NULL,
};