Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase the trampoline cache size to cater for fastmem writes.
Fixes issue 6722.
  • Loading branch information
skidau committed Oct 15, 2013
1 parent 6eb216f commit b451331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/PowerPC/JitCommon/JitBackpatch.cpp
Expand Up @@ -46,7 +46,7 @@ static void BackPatchError(const std::string &text, u8 *codePtr, u32 emAddress)

void TrampolineCache::Init()
{
AllocCodeSpace(1024 * 1024);
AllocCodeSpace(4 * 1024 * 1024);
}

void TrampolineCache::Shutdown()
Expand Down

0 comments on commit b451331

Please sign in to comment.