summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-11-01 16:37:15 +0100
committerTillmann Karras <tilkax@gmail.com>2014-11-02 02:00:47 +0100
commitf4fed0dea0e34a4520ef74ca64660a54a8d972fd (patch)
treed3a113ab4ebfa9bea87df8ed65f533ef0bba619a /Source/Core
parent033f2a7e93583948f1158ceaa77c2eb6d11950a2 (diff)
JitAsm: remove unused code pointers
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/Jit64/JitAsm.cpp1
-rw-r--r--Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp
index 7adb93d3b1..6e3799e387 100644
--- a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp
+++ b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp
@@ -83,7 +83,6 @@ void Jit64AsmRoutineManager::Generate()
dispatcherNoCheck = GetCodePtr();
MOV(32, R(RSCRATCH), PPCSTATE(pc));
- dispatcherPcInRSCRATCH = GetCodePtr();
u32 mask = 0;
FixupBranch no_mem;
diff --git a/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h b/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h
index c3f6a69b5c..d13859ff1f 100644
--- a/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h
+++ b/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h
@@ -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;