summaryrefslogtreecommitdiff
path: root/src/cache.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-21 11:26:35 -0400
committerbd <bdunahu@operationnull.com>2025-04-21 11:26:35 -0400
commite5a4812b685960cdd562bbaf2406c4ce03dceeb0 (patch)
tree18dea730b977699bae230b1c331b81430d687aaf /src/cache.cc
parent58cd897efb57618cfb74641ba238158608ca502a (diff)
parentc9ebd556a633a6091f28166a95e110f052461edc (diff)
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'src/cache.cc')
-rw-r--r--src/cache.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cache.cc b/src/cache.cc
index 90bffd6..c8879b5 100644
--- a/src/cache.cc
+++ b/src/cache.cc
@@ -41,6 +41,9 @@ Cache::~Cache()
delete this->data;
}
+unsigned int
+Cache::get_size() { return this->size; }
+
int
Cache::write_word(void *id, signed int data, int address)
{