Add a "FreeBSD ELF32" entry to ex_types[].
This commit is contained in:
parent
7746cd480a
commit
0629483c41
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user