mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
build fixing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3571 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1aab3252fa
commit
b406203794
@ -29,7 +29,7 @@ void TMemCheck::Action(DebugInterface *debug_interface, u32 iValue, u32 addr, bo
|
||||
DEBUG_LOG(MEMMAP, "CHK %08x %s%i at %08x (%s)",
|
||||
iValue, write ? "Write" : "Read", // read or write
|
||||
size*8, addr, // address
|
||||
debug_interface->GetDescription(addr).c_str() // symbol map description
|
||||
debug_interface->getDescription(addr).c_str() // symbol map description
|
||||
);
|
||||
}
|
||||
if (Break)
|
||||
|
Loading…
Reference in New Issue
Block a user