mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +00:00
Update debug messages
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Execute
|
||||
vAddr, pAddr, ProgramHeader.p_memsz);
|
||||
debug("Segment Offset is %#lx", SegDestOffset);
|
||||
|
||||
debug("Copying segment to p: %#lx-%#lx; v: %#lx-%#lx (%ld file bytes, %ld mem bytes)",
|
||||
debug("Copying PT_LOAD to p: %#lx-%#lx; v: %#lx-%#lx (%ld file bytes, %ld mem bytes)",
|
||||
uintptr_t(pAddr) + SegDestOffset,
|
||||
uintptr_t(pAddr) + SegDestOffset + ProgramHeader.p_memsz,
|
||||
ProgramHeader.p_vaddr,
|
||||
|
Reference in New Issue
Block a user