mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Android: ARMv5 fix
This commit is contained in:
parent
cd20288d99
commit
d4c983d9e1
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit d1cccf2c26193740c7ce6836dab3afc7a6a5a118
|
||||
Subproject commit 49e8414fec1e371c30d901916a2c014cd5316d1a
|
Loading…
Add table
Reference in a new issue