mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Compilation fix
This commit is contained in:
parent
94c30924dd
commit
fd7da9d61a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "SPUInterpreter.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)
|
||||
: m_enc(new SPURecompiler(cpu, *this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue