Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2021-08-27 17:28:19 +03:00
parent 7326e8589c
commit 31607861e2

View File

@ -261,6 +261,7 @@ elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data,
if (*where != addr)
*where = addr;
break;
default:
printf("kldload: unexpected relocation type %d, "
"symbol index %d\n", rtype, symidx);