mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
ams: fix fatal error context
This commit is contained in:
parent
25d7ab88e1
commit
604f899553
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ namespace ams::impl {
|
|||
u64 pc;
|
||||
u64 module_base;
|
||||
u32 pstate;
|
||||
u32 afsr0;
|
||||
u32 afsr1;
|
||||
u64 afsr0;
|
||||
u64 afsr1;
|
||||
u32 esr;
|
||||
u64 far;
|
||||
u64 report_identifier; /* Normally just system tick. */
|
||||
|
|
Loading…
Reference in a new issue