mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01: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
@ -68,8 +68,6 @@ public:
|
||||
JitIL() : code_buffer(32000) {}
|
||||
~JitIL() {}
|
||||
|
||||
IREmitter::IRBuilder ibuild;
|
||||
|
||||
// Initialization, etc
|
||||
|
||||
void Init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user