Update k_code_memory.h
This commit is contained in:
parent
d197246880
commit
e05c86aa3c
|
@ -54,13 +54,13 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
KPageLinkedList m_page_group;
|
||||
KProcess* m_owner;
|
||||
VAddr m_address;
|
||||
KPageLinkedList m_page_group{};
|
||||
KProcess* m_owner{};
|
||||
VAddr m_address{};
|
||||
KLightLock m_lock;
|
||||
bool m_is_initialized;
|
||||
bool m_is_owner_mapped;
|
||||
bool m_is_mapped;
|
||||
bool m_is_initialized{};
|
||||
bool m_is_owner_mapped{};
|
||||
bool m_is_mapped{};
|
||||
};
|
||||
|
||||
} // namespace Kernel
|
||||
|
|
Reference in New Issue