mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-05 19:56:57 +00:00
kern: make KProcess layout accurate to N's code
This commit is contained in:
parent
a985bdb1d4
commit
4e653f67e5
@ -102,8 +102,8 @@ namespace ams::kern {
|
|||||||
IoRegionList m_io_region_list;
|
IoRegionList m_io_region_list;
|
||||||
bool m_is_suspended;
|
bool m_is_suspended;
|
||||||
bool m_is_immortal;
|
bool m_is_immortal;
|
||||||
bool m_is_jit_debug;
|
|
||||||
bool m_is_handle_table_initialized;
|
bool m_is_handle_table_initialized;
|
||||||
|
bool m_is_jit_debug;
|
||||||
ams::svc::DebugEvent m_jit_debug_event_type;
|
ams::svc::DebugEvent m_jit_debug_event_type;
|
||||||
ams::svc::DebugException m_jit_debug_exception_type;
|
ams::svc::DebugException m_jit_debug_exception_type;
|
||||||
uintptr_t m_jit_debug_params[4];
|
uintptr_t m_jit_debug_params[4];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user