summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armdefs.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-04-06 21:06:07 +0200
committerbunnei <bunneidev@gmail.com>2015-04-06 21:06:07 +0200
commit14dcd986535c681601d6f255899157aff021a5d2 (patch)
treefb35f0b8444122438dcdf41b4a3b0bf32e4d7d29 /src/core/arm/skyeye_common/armdefs.h
parentMerge pull request #684 from lioncash/uninit (diff)
parentcore: Migrate 3DS-specific CP15 register setting into Init (diff)
downloadyuzu-14dcd986535c681601d6f255899157aff021a5d2.tar
yuzu-14dcd986535c681601d6f255899157aff021a5d2.tar.gz
yuzu-14dcd986535c681601d6f255899157aff021a5d2.tar.bz2
yuzu-14dcd986535c681601d6f255899157aff021a5d2.tar.lz
yuzu-14dcd986535c681601d6f255899157aff021a5d2.tar.xz
yuzu-14dcd986535c681601d6f255899157aff021a5d2.tar.zst
yuzu-14dcd986535c681601d6f255899157aff021a5d2.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),