diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-08-04 02:20:06 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-08-04 02:20:06 +0000 |
| commit | 0629483c4140734bf77c769fa771b41789628af4 (patch) | |
| tree | c41ae6eec398882e664ccf47fadac498df4f9cf4 | |
| parent | 7746cd480a57fb78a43ccc139f483ffabe36f847 (diff) | |
Notes
| -rw-r--r-- | usr.bin/truss/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 0a31993fa1e6..f8b54fe9a37e 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -87,6 +87,7 @@ struct ex_types { #ifdef __i386__ { "FreeBSD a.out", i386_syscall_entry, i386_syscall_exit }, { "FreeBSD ELF", i386_syscall_entry, i386_syscall_exit }, + { "FreeBSD ELF32", i386_syscall_entry, i386_syscall_exit }, { "Linux ELF", i386_linux_syscall_entry, i386_linux_syscall_exit }, #endif { 0, 0, 0 }, |
