Memory: Do correct Phys->Virt address translation for non-APP linheap
This commit is contained in:
parent
8ee230fe1c
commit
6aa90e13f9
3 changed files with 6 additions and 3 deletions
|
@ -143,6 +143,7 @@ public:
|
|||
/// Bitmask of the used TLS slots
|
||||
std::bitset<300> used_tls_slots;
|
||||
|
||||
VAddr GetLinearHeapAreaAddress() const;
|
||||
VAddr GetLinearHeapBase() const;
|
||||
VAddr GetLinearHeapLimit() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue