JitAsm: remove unused code pointers

This commit is contained in:
Tillmann Karras 2014-11-01 16:37:15 +01:00
parent 033f2a7e93
commit f4fed0dea0
2 changed files with 0 additions and 3 deletions

View File

@ -83,7 +83,6 @@ void Jit64AsmRoutineManager::Generate()
dispatcherNoCheck = GetCodePtr();
MOV(32, R(RSCRATCH), PPCSTATE(pc));
dispatcherPcInRSCRATCH = GetCodePtr();
u32 mask = 0;
FixupBranch no_mem;

View File

@ -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;