Memory: Do correct Phys->Virt address translation for non-APP linheap

This commit is contained in:
Yuri Kunde Schlesner 2016-03-05 22:09:59 -08:00
parent 8ee230fe1c
commit 6aa90e13f9
3 changed files with 6 additions and 3 deletions

View file

@ -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;