mirror of https://github.com/PCSX2/pcsx2.git
EE: fix compilation when branch recompilation is disabled
This commit is contained in:
parent
3ec458ef4f
commit
c20dc61f16
|
@ -35,6 +35,8 @@ namespace OpcodeImpl
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
#ifndef BRANCH_RECOMPILE
|
#ifndef BRANCH_RECOMPILE
|
||||||
|
|
||||||
|
namespace Interp = R5900::Interpreter::OpcodeImpl;
|
||||||
|
|
||||||
REC_SYS(BEQ);
|
REC_SYS(BEQ);
|
||||||
REC_SYS(BEQL);
|
REC_SYS(BEQL);
|
||||||
REC_SYS(BNE);
|
REC_SYS(BNE);
|
||||||
|
|
Loading…
Reference in New Issue