mirror of https://github.com/PCSX2/pcsx2.git
pcsx2:miss a rename of branch to g_branch
Fix compilation issue with no fpu recompiler
This commit is contained in:
parent
65daf74d0e
commit
2662809900
|
@ -93,7 +93,7 @@ static const __aligned16 u32 s_pos[4] = { 0x7fffffff, 0xffffffff, 0xffffffff, 0x
|
|||
void rec##f() { \
|
||||
iFlushCall(FLUSH_INTERPRETER); \
|
||||
xFastCall((void*)(uptr)R5900::Interpreter::OpcodeImpl::COP1::f); \
|
||||
branch = 2; \
|
||||
g_branch = 2; \
|
||||
}
|
||||
|
||||
#define REC_FPUFUNC(f) \
|
||||
|
|
Loading…
Reference in New Issue