From 256fd73b42ae7d10fe0190984d032f839a2127bd Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Mar 2025 17:24:49 -0400 Subject: clarify macro names, implement load in CLI, fix many display issues --- src/storage/cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/cache.cc') diff --git a/src/storage/cache.cc b/src/storage/cache.cc index a73390b..14a6e61 100644 --- a/src/storage/cache.cc +++ b/src/storage/cache.cc @@ -135,7 +135,7 @@ void Cache::fetch_resource(int expected) r = this->lower->write_line( L1CACHE, actual, ((index << LINE_SPEC) + - (meta->at(0) << (L1_CACHE_SPEC + LINE_SPEC)))); + (meta->at(0) << (L1_CACHE_LINE_SPEC + LINE_SPEC)))); if (r == OK) { meta->at(1) = -1; } -- cgit v1.2.3