diff --git a/Source/Core/Core/Src/PowerPC/PPCAnalyst.cpp b/Source/Core/Core/Src/PowerPC/PPCAnalyst.cpp index 56276507f2..d3cc9dafe2 100644 --- a/Source/Core/Core/Src/PowerPC/PPCAnalyst.cpp +++ b/Source/Core/Core/Src/PowerPC/PPCAnalyst.cpp @@ -43,7 +43,7 @@ using namespace std; static const int CODEBUFFER_SIZE = 32000; // 0 does not perform block merging -static const int FUNCTION_FOLLOWING_THRESHOLD = 0; +static const int FUNCTION_FOLLOWING_THRESHOLD = 16; CodeBuffer::CodeBuffer(int size) {