summaryrefslogtreecommitdiff
path: root/src/storage/cache.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-09 16:26:18 -0400
committerbd <bdunahu@operationnull.com>2025-03-09 16:26:18 -0400
commit339ad951993aef22ef87f4dcdc9cb106a3c97572 (patch)
treeef79dc4b956c25f13d363473b4378f2b9eec7de5 /src/storage/cache.cc
parentfcf0358b0597b733f36b0c862bf18a98efdea224 (diff)
parent859d10eef015dde4a3428ffb555bc02b8b08341a (diff)
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'src/storage/cache.cc')
-rw-r--r--src/storage/cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/cache.cc b/src/storage/cache.cc
index bf1126a..cf954b0 100644
--- a/src/storage/cache.cc
+++ b/src/storage/cache.cc
@@ -33,4 +33,4 @@ Response Cache::write(Accessor accessor, signed int data, int address)
return r;
}
-Response Cache::read(Accessor accessor, int address) { return WAIT; }
+Response Cache::read(Accessor accessor, int address, std::array<signed int, LINE_SIZE>& data) { return WAIT; }