diff --git a/Core/MIPS/PPC/PpcAsm.cpp b/Core/MIPS/PPC/PpcAsm.cpp index 0122cd060d..7660f68b22 100644 --- a/Core/MIPS/PPC/PpcAsm.cpp +++ b/Core/MIPS/PPC/PpcAsm.cpp @@ -75,7 +75,6 @@ const u8 *Jit::DoJit(u32 em_address, JitBlock *b) js.compilerPC += 4; numInstructions++; } - //FlushLitPool(); #ifdef LOGASM if (logBlocks > 0 && dontLogBlocks == 0) { for (u32 cpc = em_address; cpc != js.compilerPC + 4; cpc += 4) { @@ -282,4 +281,5 @@ void Jit::GenerateFixedCode() { FlushIcache(); } -} \ No newline at end of file +} + diff --git a/native b/native index d1cccf2c26..49e8414fec 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit d1cccf2c26193740c7ce6836dab3afc7a6a5a118 +Subproject commit 49e8414fec1e371c30d901916a2c014cd5316d1a