mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 05:52:39 +02:00
ams: fix fatal error context
This commit is contained in:
parent
51c0e1a624
commit
280dd79270
@ -47,8 +47,8 @@ namespace ams::impl {
|
|||||||
u64 pc;
|
u64 pc;
|
||||||
u64 module_base;
|
u64 module_base;
|
||||||
u32 pstate;
|
u32 pstate;
|
||||||
u32 afsr0;
|
u64 afsr0;
|
||||||
u32 afsr1;
|
u64 afsr1;
|
||||||
u32 esr;
|
u32 esr;
|
||||||
u64 far;
|
u64 far;
|
||||||
u64 report_identifier; /* Normally just system tick. */
|
u64 report_identifier; /* Normally just system tick. */
|
||||||
|
Loading…
Reference in New Issue
Block a user