diff options
author | bd <bdunahu@operationnull.com> | 2025-04-21 11:26:35 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-21 11:26:35 -0400 |
commit | e5a4812b685960cdd562bbaf2406c4ce03dceeb0 (patch) | |
tree | 18dea730b977699bae230b1c331b81430d687aaf /src/cache.cc | |
parent | 58cd897efb57618cfb74641ba238158608ca502a (diff) | |
parent | c9ebd556a633a6091f28166a95e110f052461edc (diff) |
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'src/cache.cc')
-rw-r--r-- | src/cache.cc | 3 |
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) { |