1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-18 09:56:40 +00:00

ams: fix fatal error context

This commit is contained in:
Michael Scire 2021-01-31 08:57:48 -08:00 committed by SciresM
parent b30311be65
commit ca8e8ce487

View file

@ -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. */