mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Add spsr_el3 to cpu_context
This commit is contained in:
parent
f624cccd0d
commit
52f7adfc50
5 changed files with 27 additions and 16 deletions
|
@ -23,6 +23,7 @@ typedef struct {
|
|||
uint32_t SDER32_EL3;
|
||||
uint32_t MDCR_EL2;
|
||||
uint32_t MDCR_EL3;
|
||||
uint32_t SPSR_EL3; /* not in official code */
|
||||
uint64_t DBGBVR0_EL1;
|
||||
uint64_t DBGBCR0_EL1;
|
||||
uint64_t DBGBVR1_EL1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue