diff options
| author | 2015-08-06 21:24:25 -0400 | |
|---|---|---|
| committer | 2015-08-06 21:24:25 -0400 | |
| commit | 3b457a5876fda457b076dcd38e00c6f790d65691 (patch) | |
| tree | 7e1cb76cac6ec71751519d9e97325e492ac8cb96 /src/core/arm/skyeye_common | |
| parent | registers: Fix a typo with CPSR's name (diff) | |
| download | yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.gz yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.tar.xz yuzu-3b457a5876fda457b076dcd38e00c6f790d65691.zip | |
arm_interface: Implement interface for retrieving VFP registers
Diffstat (limited to 'src/core/arm/skyeye_common')
| -rw-r--r-- | src/core/arm/skyeye_common/arm_regformat.h | 2 |
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 { | |||
| 55 | }; | 55 | }; |
| 56 | 56 | ||
| 57 | // VFP system registers | 57 | // VFP system registers |
| 58 | enum { | 58 | enum VFPSystemRegister { |
| 59 | VFP_FPSID, | 59 | VFP_FPSID, |
| 60 | VFP_FPSCR, | 60 | VFP_FPSCR, |
| 61 | VFP_FPEXC, | 61 | VFP_FPEXC, |