diff options
Diffstat (limited to 'src')
-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) { |