From d4c983d9e11aeade6fb79deae415b9e20b14963a Mon Sep 17 00:00:00 2001 From: Sacha Date: Thu, 17 Jul 2014 02:34:22 +1000 Subject: [PATCH] Android: ARMv5 fix --- Core/MIPS/PPC/PpcAsm.cpp | 4 ++-- native | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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