summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armdefs.h
diff options
context:
space:
mode:
authorKevin Hartman <kevin@hart.mn>2015-01-05 08:17:00 +0100
committerKevin Hartman <kevin@hart.mn>2015-01-06 04:29:51 +0100
commit8132c01830c9e71e75e6bc1e365326cf07c5b00f (patch)
treead7c0dc3e66c477a42280a9672d68d0be48607cc /src/core/arm/skyeye_common/armdefs.h
parentMerge pull request #397 from bunnei/vfp-cleanup (diff)
downloadyuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar.gz
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar.bz2
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar.lz
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar.xz
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.tar.zst
yuzu-8132c01830c9e71e75e6bc1e365326cf07c5b00f.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/skyeye_common/armdefs.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/core/arm/skyeye_common/armdefs.h b/src/core/arm/skyeye_common/armdefs.h
index c2c78cd5a..4592c5808 100644
--- a/src/core/arm/skyeye_common/armdefs.h
+++ b/src/core/arm/skyeye_common/armdefs.h
@@ -162,20 +162,20 @@ struct ARMul_State
unsigned ErrorCode; /* type of illegal instruction */
/* Order of the following register should not be modified */
- ARMword Reg[16]; /* the current register file */
- ARMword Cpsr; /* the current psr */
+ ARMword Reg[16]; /* the current register file */
+ ARMword Cpsr; /* the current psr */
ARMword Spsr_copy;
ARMword phys_pc;
ARMword Reg_usr[2];
- ARMword Reg_svc[2]; /* R13_SVC R14_SVC */
- ARMword Reg_abort[2]; /* R13_ABORT R14_ABORT */
- ARMword Reg_undef[2]; /* R13 UNDEF R14 UNDEF */
- ARMword Reg_irq[2]; /* R13_IRQ R14_IRQ */
- ARMword Reg_firq[7]; /* R8---R14 FIRQ */
- ARMword Spsr[7]; /* the exception psr's */
- ARMword Mode; /* the current mode */
- ARMword Bank; /* the current register bank */
- ARMword exclusive_tag;
+ ARMword Reg_svc[2]; /* R13_SVC R14_SVC */
+ ARMword Reg_abort[2]; /* R13_ABORT R14_ABORT */
+ ARMword Reg_undef[2]; /* R13 UNDEF R14 UNDEF */
+ ARMword Reg_irq[2]; /* R13_IRQ R14_IRQ */
+ ARMword Reg_firq[7]; /* R8---R14 FIRQ */
+ ARMword Spsr[7]; /* the exception psr's */
+ ARMword Mode; /* the current mode */
+ ARMword Bank; /* the current register bank */
+ 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];