Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed duplicate definition of ibuild within JitIL.h. Fixes JitIL fr…
…om hanging on x64/x86.
  • Loading branch information
skidau committed Nov 1, 2013
1 parent 82729fc commit 65404e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/Src/PowerPC/Jit64IL/JitIL.h
Expand Up @@ -68,8 +68,6 @@ class JitIL : public JitILBase, public EmuCodeBlock
JitIL() : code_buffer(32000) {}
~JitIL() {}

IREmitter::IRBuilder ibuild;

// Initialization, etc

void Init();
Expand Down

0 comments on commit 65404e7

Please sign in to comment.