(cherry picked from commit 31607861e2)
This commit is contained in:
Konstantin Belousov 2021-08-27 17:28:19 +03:00
parent c4bd6b589c
commit c59594cb30

View file

@ -257,6 +257,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);