summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/arm_regformat.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-08-07 03:24:25 +0200
committerLioncash <mathew1800@gmail.com>2015-08-07 03:24:25 +0200
commit3b457a5876fda457b076dcd38e00c6f790d65691 (patch)
tree7e1cb76cac6ec71751519d9e97325e492ac8cb96 /src/core/arm/skyeye_common/arm_regformat.h
parentregisters: Fix a typo with CPSR's name (diff)
downloadyuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.gz
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.bz2
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.lz
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.xz
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.zst
yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.zip
Diffstat (limited to 'src/core/arm/skyeye_common/arm_regformat.h')
-rw-r--r--src/core/arm/skyeye_common/arm_regformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/arm_regformat.h b/src/core/arm/skyeye_common/arm_regformat.h
index d1c721809..38fa97ab9 100644
--- a/src/core/arm/skyeye_common/arm_regformat.h
+++ b/src/core/arm/skyeye_common/arm_regformat.h
@@ -55,7 +55,7 @@ enum {
};
// VFP system registers
-enum {
+enum VFPSystemRegister {
VFP_FPSID,
VFP_FPSCR,
VFP_FPEXC,