Fix another unsigned long used to index the symbol table which should be

Elf_Hashelt.
This commit is contained in:
Jake Burkholder 2002-04-09 00:05:46 +00:00
parent 16b7e738de
commit bb75d97e13

View File

@ -622,7 +622,7 @@ int
elf_lookup_symbol(struct preloaded_file *fp, elf_file_t ef, const char* name,
Elf_Sym *symp)
{
unsigned long symnum;
Elf_Hashelt symnum;
Elf_Sym sym;
char *strp;
unsigned long hash;