mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
JIT: set clear_cache_asap to false when clearing the cache
Would probably result in continual cache-clearing if the stack overflow code in the BLR optimizations triggers.
This commit is contained in:
parent
16d3604211
commit
17c56b58ab
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ void Jit64::ClearCache()
|
|||
trampolines.ClearCodeSpace();
|
||||
farcode.ClearCodeSpace();
|
||||
ClearCodeSpace();
|
||||
m_clear_cache_asap = false;
|
||||
}
|
||||
|
||||
void Jit64::Shutdown()
|
||||
|
|
Loading…
Add table
Reference in a new issue