mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01: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
@ -223,6 +223,7 @@ void Jit64::ClearCache()
|
|||||||
trampolines.ClearCodeSpace();
|
trampolines.ClearCodeSpace();
|
||||||
farcode.ClearCodeSpace();
|
farcode.ClearCodeSpace();
|
||||||
ClearCodeSpace();
|
ClearCodeSpace();
|
||||||
|
m_clear_cache_asap = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Jit64::Shutdown()
|
void Jit64::Shutdown()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user