summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-09-30 19:13:52 +0200
committerJosJuice <josjuice@gmail.com>2023-10-31 19:43:40 +0100
commit5e74a8b850d67bc44b0e41e2ec9f3220dfa811ac (patch)
tree9fe379f2eb4d9609afa634a25e12689200a6e550 /Source/Android/app/src/main/java/org
parentb32ac9353ee760e13b7e62a4b633e33a39f51972 (diff)
Jit64: Don't make use of fastmem arena when dcache is enabled
Some code paths in EmuCodeBlock.cpp that were checking fastmem_arena should really also be checking m_enable_dcache. Because JitArm64 centralizes more or less all memory access to the EmitBackpatchRoutine function and because that function already contained a check, JitArm64 works fine without the additional checks added by this commit. Regardless, I added the checks to MMU.cpp instead of EmuCodeBlock.cpp where applicable so they would be available to JitArm64. Maybe one day JitArm64 will need them if its code gets restructured.
Diffstat (limited to 'Source/Android/app/src/main/java/org')
0 files changed, 0 insertions, 0 deletions