summaryrefslogtreecommitdiff
path: root/src/arch-x32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x32.c')
-rw-r--r--src/arch-x32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch-x32.c b/src/arch-x32.c
index 8b5dd97..c64f7b9 100644
--- a/src/arch-x32.c
+++ b/src/arch-x32.c
@@ -32,4 +32,8 @@ const struct arch_def arch_def_x32 = {
.token_bpf = AUDIT_ARCH_X86_64,
.size = ARCH_SIZE_32,
.endian = ARCH_ENDIAN_LITTLE,
+ .syscall_resolve_name = x32_syscall_resolve_name,
+ .syscall_resolve_num = x32_syscall_resolve_num,
+ .syscall_rewrite = NULL,
+ .filter_rewrite = NULL,
};