summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/main.c')
-rw-r--r--usr.bin/truss/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c
index 86a007c..dc35184 100644
--- a/usr.bin/truss/main.c
+++ b/usr.bin/truss/main.c
@@ -91,6 +91,9 @@ struct ex_types {
{ "FreeBSD ELF32", i386_syscall_entry, i386_syscall_exit },
{ "Linux ELF", i386_linux_syscall_entry, i386_linux_syscall_exit },
#endif
+#ifdef __sparc64__
+ { "FreeBSD ELF64", sparc64_syscall_entry, sparc64_syscall_exit },
+#endif
{ 0, 0, 0 },
};
OpenPOWER on IntegriCloud