summaryrefslogtreecommitdiff
path: root/src/arch-ppc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-ppc64.c')
-rw-r--r--src/arch-ppc64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch-ppc64.c b/src/arch-ppc64.c
index 087e2f3..2da9970 100644
--- a/src/arch-ppc64.c
+++ b/src/arch-ppc64.c
@@ -34,6 +34,7 @@ const struct arch_def arch_def_ppc64 = {
.syscall_resolve_num = ppc64_syscall_resolve_num,
.syscall_rewrite = NULL,
.filter_rewrite = NULL,
+ .rule_add = NULL,
};
const struct arch_def arch_def_ppc64le = {
@@ -45,4 +46,5 @@ const struct arch_def arch_def_ppc64le = {
.syscall_resolve_num = ppc64_syscall_resolve_num,
.syscall_rewrite = NULL,
.filter_rewrite = NULL,
+ .rule_add = NULL,
};