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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c
index 6866e71..34c4e7a 100644
--- a/usr.bin/truss/main.c
+++ b/usr.bin/truss/main.c
@@ -99,6 +99,10 @@ struct ex_types {
#ifdef __ia64__
{ "FreeBSD ELF64", ia64_syscall_entry, ia64_syscall_exit },
#endif
+#ifdef __powerpc__
+ { "FreeBSD ELF", powerpc_syscall_entry, powerpc_syscall_exit },
+ { "FreeBSD ELF32", powerpc_syscall_entry, powerpc_syscall_exit },
+#endif
#ifdef __sparc64__
{ "FreeBSD ELF64", sparc64_syscall_entry, sparc64_syscall_exit },
#endif
OpenPOWER on IntegriCloud