diff options
author | bd <bdunahu@operationnull.com> | 2025-03-09 16:26:18 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-09 16:26:18 -0400 |
commit | 75417c54b52df5b98601e3a22b47de1641eab914 (patch) | |
tree | ef79dc4b956c25f13d363473b4378f2b9eec7de5 /src/storage/cache.cc | |
parent | 2fadd8f68dc8d3a439c69db2a37e4339fdfdbf47 (diff) | |
parent | e4ad6c6694aa1fe9762714507c9ff3488ec21c90 (diff) |
Merge remote-tracking branch 'origin/master' into bdunahu
Diffstat (limited to 'src/storage/cache.cc')
-rw-r--r-- | src/storage/cache.cc | 2 |
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; } |