Small fixes

This commit is contained in:
Alex
2022-12-06 00:14:37 +02:00
parent 1bb97f19fd
commit 632852c9e4
3 changed files with 114 additions and 94 deletions

View File

@ -127,10 +127,7 @@ namespace Memory
(byte & 0x01 ? '1' : '0')
if (!this->Check(VirtualAddress, (PTFlag)Flags)) // quick workaround just to see where it fails
{
this->Check(VirtualAddress, (PTFlag)Flags);
warn("Failed to map %#lx - %#lx with flags: " BYTE_TO_BINARY_PATTERN, VirtualAddress, PhysicalAddress, BYTE_TO_BINARY(Flags));
}
#endif
}