mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 22:28:16 +00:00
Memory: Do correct Phys->Virt address translation for non-APP linheap
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user