mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
UE: Default initialize regionmap
This commit is contained in:
parent
3a8844520a
commit
74de4795dc
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public:
|
||||||
private:
|
private:
|
||||||
Emulator& m_emulator;
|
Emulator& m_emulator;
|
||||||
|
|
||||||
Region* m_page_to_region_map[786432];
|
Region* m_page_to_region_map[786432] = { nullptr };
|
||||||
|
|
||||||
OwnPtr<Region> m_tls_region;
|
OwnPtr<Region> m_tls_region;
|
||||||
NonnullOwnPtrVector<Region> m_regions;
|
NonnullOwnPtrVector<Region> m_regions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue