mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-03 23:09:16 +00:00
ams: afsr0 -> 32 bits in fatal error
This commit is contained in:
parent
ca8e8ce487
commit
79211e1159
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace ams::impl {
|
|||
u64 pc;
|
||||
u64 module_base;
|
||||
u32 pstate;
|
||||
u64 afsr0;
|
||||
u32 afsr0;
|
||||
u64 afsr1;
|
||||
u32 esr;
|
||||
u64 far;
|
||||
|
|
Loading…
Reference in a new issue