mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-20 18:17:02 +00:00
memctrlbase: Log mirror range.
Because it may differ from the range of the region it points to.
This commit is contained in:
@@ -77,7 +77,8 @@ static std::string get_entry_str(const AddressMapEntry* entry) {
|
||||
if (entry->devobj)
|
||||
str += " (" + entry->devobj->get_name() + ")";
|
||||
if (entry->type & RT_MIRROR) {
|
||||
snprintf(buf, sizeof(buf), " -> 0x%08X", entry->mirror);
|
||||
snprintf(buf, sizeof(buf), " -> 0x%08X..0x%08X", entry->mirror,
|
||||
entry->mirror + entry->end - entry->start);
|
||||
str += std::string(buf);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user