diff options
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 60e17f251..6d2ca96a2 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -143,6 +143,7 @@ public: | |||
| 143 | /// Bitmask of the used TLS slots | 143 | /// Bitmask of the used TLS slots |
| 144 | std::bitset<300> used_tls_slots; | 144 | std::bitset<300> used_tls_slots; |
| 145 | 145 | ||
| 146 | VAddr GetLinearHeapAreaAddress() const; | ||
| 146 | VAddr GetLinearHeapBase() const; | 147 | VAddr GetLinearHeapBase() const; |
| 147 | VAddr GetLinearHeapLimit() const; | 148 | VAddr GetLinearHeapLimit() const; |
| 148 | 149 | ||