Skip to content

Commit

Permalink
Merge pull request #1645 from magumagu/jit-unused-flag
Browse files Browse the repository at this point in the history
JIT: remove unused flag.
  • Loading branch information
lioncash committed Dec 3, 2014
2 parents 88cd27b + c693cf4 commit 241c94d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/Jit64/Jit.cpp
Expand Up @@ -173,7 +173,6 @@ bool Jit64::HandleFault(uintptr_t access_address, SContext* ctx)

void Jit64::Init()
{
jo.optimizeStack = true;
EnableBlockLink();

jo.optimizeGatherPipe = true;
Expand Down
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/Jit64IL/JitIL.cpp
Expand Up @@ -243,7 +243,6 @@ namespace JitILProfiler

void JitIL::Init()
{
jo.optimizeStack = true;
EnableBlockLink();

jo.optimizeGatherPipe = true;
Expand Down
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/JitCommon/JitBase.h
Expand Up @@ -60,7 +60,6 @@ class JitBase : public CPUCoreBase
protected:
struct JitOptions
{
bool optimizeStack;
bool enableBlocklink;
bool optimizeGatherPipe;
bool accurateSinglePrecision;
Expand Down

0 comments on commit 241c94d

Please sign in to comment.