mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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:
@@ -223,6 +223,7 @@ void Jit64::ClearCache()
|
||||
trampolines.ClearCodeSpace();
|
||||
farcode.ClearCodeSpace();
|
||||
ClearCodeSpace();
|
||||
m_clear_cache_asap = false;
|
||||
}
|
||||
|
||||
void Jit64::Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user