Skip to content

Commit

Permalink
BlockCache on ARM/ARM64: Allow two more exits
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 26, 2023
1 parent 51d5026 commit dd2b1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/MIPS/JitCommon/JitBlockCache.h
Expand Up @@ -29,7 +29,7 @@
#include "Core/MIPS/MIPS.h"

#if PPSSPP_ARCH(ARM) || PPSSPP_ARCH(ARM64)
const int MAX_JIT_BLOCK_EXITS = 2;
const int MAX_JIT_BLOCK_EXITS = 4;
#else
const int MAX_JIT_BLOCK_EXITS = 8;
#endif
Expand Down

0 comments on commit dd2b1ac

Please sign in to comment.