[Project64] Change text in CCodeBlock::Compile

This commit is contained in:
zilmar 2016-07-18 17:19:20 +10:00
parent 12c1135829
commit 1046540866
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ bool CCodeBlock::AnalyzeInstruction(uint32_t PC, uint32_t & TargetPC, uint32_t &
bool CCodeBlock::Compile()
{
CPU_Message("====== Code Block ======");
CPU_Message("x86 code at: %X", CompiledLocation());
CPU_Message("Native entry point: %X", CompiledLocation());
CPU_Message("Start of Block: %X", VAddrEnter());
CPU_Message("No of Sections: %d", NoOfSections());
CPU_Message("====== recompiled code ======");