Minor cleanup.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3619 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9 2009-06-30 05:41:04 +00:00
parent 5990843c10
commit 8f4e56c61c
2 changed files with 0 additions and 5 deletions

View File

@ -422,11 +422,8 @@ const u8* Jit64::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buffer, JitB
const u8 *normalEntry = GetCodePtr();
b->normalEntry = normalEntry;
//MOV(32, M(&PowerPC::ppcState.pc), Imm32(em_address));
if (ImHereDebug)
ABI_CallFunction((void *)&ImHere); //Used to get a trace of the last few blocks before a crash, sometimes VERY useful
//if (em_address == 0x80137868)
// INT3();
if (js.fpa.any)
{
@ -445,7 +442,6 @@ const u8* Jit64::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buffer, JitB
ibuild.Reset();
js.downcountAmount = js.st.numCycles + PatchEngine::GetSpeedhackCycles(em_address);
js.blockSize = size;
// Translate instructions
for (int i = 0; i < (int)size; i++)
{

View File

@ -95,7 +95,6 @@ private:
u32 blockStart;
bool cancel;
UGeckoInstruction next_inst; // for easy peephole opt.
int blockSize;
int instructionNumber;
int downcountAmount;
int block_flags;