JitAsm: remove unused code pointers
This commit is contained in:
parent
033f2a7e93
commit
f4fed0dea0
|
@ -83,7 +83,6 @@ void Jit64AsmRoutineManager::Generate()
|
|||
|
||||
dispatcherNoCheck = GetCodePtr();
|
||||
MOV(32, R(RSCRATCH), PPCSTATE(pc));
|
||||
dispatcherPcInRSCRATCH = GetCodePtr();
|
||||
|
||||
u32 mask = 0;
|
||||
FixupBranch no_mem;
|
||||
|
|
|
@ -20,9 +20,7 @@ public:
|
|||
const u8 *dispatcherMispredictedBLR;
|
||||
const u8 *dispatcher;
|
||||
const u8 *dispatcherNoCheck;
|
||||
const u8 *dispatcherPcInRSCRATCH;
|
||||
|
||||
const u8 *dispatchPcInRSCRATCH;
|
||||
const u8 *doTiming;
|
||||
|
||||
const u8 *frsqrte;
|
||||
|
|
Loading…
Reference in New Issue