fix(kernel/memory): correct bitmap address calculation

This commit is contained in:
2025-04-08 02:31:40 +00:00
parent eb89b060f6
commit 3d87345a51
4 changed files with 45 additions and 63 deletions

View File

@ -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;
}