Skip to content

Commit

Permalink
JIT: set clear_cache_asap to false when clearing the cache
Browse files Browse the repository at this point in the history
Would probably result in continual cache-clearing if the stack overflow code
in the BLR optimizations triggers.
  • Loading branch information
FioraAeterna committed Oct 4, 2014
1 parent 16d3604 commit 17c56b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/PowerPC/Jit64/Jit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ void Jit64::ClearCache()
trampolines.ClearCodeSpace();
farcode.ClearCodeSpace();
ClearCodeSpace();
m_clear_cache_asap = false;
}

void Jit64::Shutdown()
Expand Down

0 comments on commit 17c56b5

Please sign in to comment.