pcsx2:miss a rename of branch to g_branch

Fix compilation issue with no fpu recompiler
This commit is contained in:
Gregory Hainaut 2016-01-29 19:52:36 +01:00
parent 65daf74d0e
commit 2662809900
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ static const __aligned16 u32 s_pos[4] = { 0x7fffffff, 0xffffffff, 0xffffffff, 0x
void rec##f() { \ void rec##f() { \
iFlushCall(FLUSH_INTERPRETER); \ iFlushCall(FLUSH_INTERPRETER); \
xFastCall((void*)(uptr)R5900::Interpreter::OpcodeImpl::COP1::f); \ xFastCall((void*)(uptr)R5900::Interpreter::OpcodeImpl::COP1::f); \
branch = 2; \ g_branch = 2; \
} }
#define REC_FPUFUNC(f) \ #define REC_FPUFUNC(f) \