summaryrefslogtreecommitdiff
path: root/inc/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cache.h')
-rw-r--r--inc/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cache.h b/inc/cache.h
index 04f6181..5cdcea4 100644
--- a/inc/cache.h
+++ b/inc/cache.h
@@ -25,6 +25,7 @@ class Cache : public Storage
Accessor accessor,
int address,
std::array<signed int, LINE_SIZE> &data) override;
+ Response read_word(Accessor accessor, int address, signed int &data);
/**
* Getter for the meta attribute.