Compilation fix
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include "SPUInterpreter.h"
|
#include "SPUInterpreter.h"
|
||||||
#include "SPURecompiler.h"
|
#include "SPURecompiler.h"
|
||||||
|
|
||||||
static const g_imm_table_struct g_imm_table;
|
const g_imm_table_struct g_imm_table;
|
||||||
|
|
||||||
SPURecompilerCore::SPURecompilerCore(SPUThread& cpu)
|
SPURecompilerCore::SPURecompilerCore(SPUThread& cpu)
|
||||||
: m_enc(new SPURecompiler(cpu, *this))
|
: m_enc(new SPURecompiler(cpu, *this))
|
||||||
|
|||||||
Reference in New Issue
Block a user