1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-18 16:32:05 +00:00

ams: afsr0 -> 32 bits in fatal error

This commit is contained in:
Michael Scire 2021-01-31 09:00:22 -08:00
parent 604f899553
commit f31ecb5c23

View file

@ -47,7 +47,7 @@ namespace ams::impl {
u64 pc; u64 pc;
u64 module_base; u64 module_base;
u32 pstate; u32 pstate;
u64 afsr0; u32 afsr0;
u64 afsr1; u64 afsr1;
u32 esr; u32 esr;
u64 far; u64 far;