build fixing

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3571 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-06-28 15:52:15 +00:00
parent 1aab3252fa
commit b406203794

View file

@ -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)