summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armdefs.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-04-06 18:43:23 +0200
committerLioncash <mathew1800@gmail.com>2015-04-06 18:48:35 +0200
commitb7b8b676202eaeced392dea06e2c3fcc4bd11aec (patch)
treeb104bd34e6fd7eb109fc7591f383623e877078ad /src/core/arm/skyeye_common/armdefs.h
parentdyncom: Properly return the value of the user RO thread register (diff)
downloadyuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar.gz
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar.bz2
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar.lz
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar.xz
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.tar.zst
yuzu-b7b8b676202eaeced392dea06e2c3fcc4bd11aec.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/skyeye_common/armdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/armdefs.h b/src/core/arm/skyeye_common/armdefs.h
index d5b0242c3..12fa533f7 100644
--- a/src/core/arm/skyeye_common/armdefs.h
+++ b/src/core/arm/skyeye_common/armdefs.h
@@ -91,7 +91,7 @@ struct ARMul_State
ARMword exclusive_tag; // The address for which the local monitor is in exclusive access mode
ARMword exclusive_state;
ARMword exclusive_result;
- ARMword CP15[VFP_BASE - CP15_BASE];
+ ARMword CP15[CP15_REGISTER_COUNT];
ARMword VFP[3]; // FPSID, FPSCR, and FPEXC
// VFPv2 and VFPv3-D16 has 16 doubleword registers (D0-D16 or S0-S31).
// VFPv3-D32/ASIMD may have up to 32 doubleword registers (D0-D31),