summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom
diff options
context:
space:
mode:
authorpolaris- <nagatospam@gmail.com>2015-10-12 02:07:58 +0200
committerpolaris- <nagatospam@gmail.com>2015-10-12 02:07:58 +0200
commit2b7316a379103edf4d22893e0f4432e6415eabfa (patch)
treefc4f6cc31b7288689726fbe379755a610a854b7f /src/core/arm/dyncom
parentUse BreakpointAddress struct instead of passing address directly (diff)
downloadyuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar.gz
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar.bz2
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar.lz
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar.xz
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.tar.zst
yuzu-2b7316a379103edf4d22893e0f4432e6415eabfa.zip
Diffstat (limited to 'src/core/arm/dyncom')
-rw-r--r--src/core/arm/dyncom/arm_dyncom_interpreter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
index 88be27ab2..96c88c83a 100644
--- a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
+++ b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
@@ -3895,7 +3895,6 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) {
unsigned int addr;
unsigned int num_instrs = 0;
-
int ptr;
LOAD_NZCVT;