mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
fix(kernel/memory): correct bitmap address calculation
This commit is contained in:
@ -184,7 +184,7 @@ namespace SymbolResolver
|
||||
|
||||
if (unlikely(sym->st_name == (Elf_Word)-1 || sym->st_value == (Elf_Addr)-1 || sym->st_size == (uintptr_t)-1))
|
||||
{
|
||||
error("Symbol %d is invalid", i);
|
||||
error("Symbol %d is invalid; ptr:%#lx", i, sym);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user