diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-11 11:45:50 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-11 11:45:50 -0400 |
commit | e06f97b02b161f5356117d0ccc5a9ea9b11fe99e (patch) | |
tree | ca169a297c457abf3aad2edc1fbfcb3663ee1e26 /inc/cache.h | |
parent | 93b010dbbcdc921bfccae673918eb9fbf354538a (diff) |
Resolving conflicts
Diffstat (limited to 'inc/cache.h')
-rw-r--r-- | inc/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cache.h b/inc/cache.h index bc37f54..20a40c2 100644 --- a/inc/cache.h +++ b/inc/cache.h @@ -25,7 +25,7 @@ class Cache : public Storage Response read( Accessor accessor, int address, - std::array<signed int, LINE_SIZE> &data) override; + std::array<signed int, LINE_SIZE> &data_line) override; Response read_word(Accessor accessor, int address, signed int &data) override; /** |