EE: fix compilation when branch recompilation is disabled

This commit is contained in:
Gregory Hainaut 2016-01-31 11:35:05 +01:00
parent 3ec458ef4f
commit c20dc61f16
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ namespace OpcodeImpl
*********************************************************/
#ifndef BRANCH_RECOMPILE
namespace Interp = R5900::Interpreter::OpcodeImpl;
REC_SYS(BEQ);
REC_SYS(BEQL);
REC_SYS(BNE);