small buildfix for debug

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4840 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-01-15 15:28:21 +00:00
parent 9c264a1047
commit c7e055d1f5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void Console_Submit(const char *cmd)
{
#if MAX_LOGLEVEL >= INFO_LEVEL
u32 EA =
Memory::CheckDTLB(addr, Memory::FLAG_NO_EXCEPTION);
Memory::TranslatePageAddress(addr, Memory::FLAG_NO_EXCEPTION);
INFO_LOG(CONSOLE, "EA 0x%08x to 0x%08x", addr, EA);
#endif
}