Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.
This allows truss to work for these binaries again after r288424. MFC after: 3 days
This commit is contained in:
parent
142482cda6
commit
623277619d
@ -129,7 +129,7 @@ i386_linux_fetch_retval(struct trussinfo *trussinfo, long *retval, int *errorp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct procabi i386_linux = {
|
static struct procabi i386_linux = {
|
||||||
"Linux ELF32",
|
"Linux ELF",
|
||||||
SYSDECODE_ABI_LINUX,
|
SYSDECODE_ABI_LINUX,
|
||||||
i386_linux_fetch_args,
|
i386_linux_fetch_args,
|
||||||
i386_linux_fetch_retval
|
i386_linux_fetch_retval
|
||||||
|
Loading…
Reference in New Issue
Block a user