diff options
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 c934a26..4e36a6d 100644 --- a/src/cache.cc +++ b/src/cache.cc @@ -24,6 +24,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) { |