mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +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() : code_buffer(32000) {}
|
||||||
~JitIL() {}
|
~JitIL() {}
|
||||||
|
|
||||||
IREmitter::IRBuilder ibuild;
|
|
||||||
|
|
||||||
// Initialization, etc
|
// Initialization, etc
|
||||||
|
|
||||||
void Init();
|
void Init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue