summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
-rw-r--r--view/sharedcache/core/SharedCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h
index 8aea0362..c3e0fb80 100644
--- a/view/sharedcache/core/SharedCache.h
+++ b/view/sharedcache/core/SharedCache.h
@@ -173,7 +173,7 @@ typedef uint32_t CacheEntryId;
// once every time the database is open.
class SharedCache
{
- uint64_t m_addressSize = 8;
+ // Calculated within `AddEntry`, this indicates where the shared cache image is based at.
uint64_t m_baseAddress = 0;
// TODO: Figure out when to lock the mutex on this shit lmfao
// The shared cache can own the virtual memory, this is fine...