diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-18 04:05:19 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-18 04:27:24 -0400 |
commit | 5444319d5bba38244a09752e6491df2e9f4d1c61 (patch) | |
tree | 2264d837c498729b9c18196930791bdb70fd8f32 /src/cache.cc | |
parent | 3072eead6fa128398a3cbc0d874473385aef6878 (diff) |
initialization from GUI
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) { |