mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
Fix compiler warning
This commit is contained in:
parent
0c24ad31ae
commit
f740c1e736
@ -359,7 +359,7 @@ void (*ELF_LAZY_RESOLVE_MAIN(struct LibAddressCollection *Info, long RelIndex))(
|
||||
// Print("SymName: ");
|
||||
// PrintNL(SymName);
|
||||
|
||||
Elf64_Sym *LibSym = ELFLookupSymbol(CurLib->ElfFile, SymName);
|
||||
Elf64_Sym *LibSym = ELFLookupSymbol((Elf64_Ehdr *)CurLib->ElfFile, SymName);
|
||||
|
||||
// Print("LibSym: 0x");
|
||||
// ltoa((long)LibSym, DbgBuff, 16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user