mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Removed duplicate definition of ibuild within JitIL.h. Fixes JitIL from hanging on x64/x86.
This commit is contained in:
parent
82729fcc8f
commit
65404e7475
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ public:
|
|||
JitIL() : code_buffer(32000) {}
|
||||
~JitIL() {}
|
||||
|
||||
IREmitter::IRBuilder ibuild;
|
||||
|
||||
// Initialization, etc
|
||||
|
||||
void Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue