summaryrefslogtreecommitdiff
path: root/src/storage.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-14 23:27:54 -0400
committerbd <bdunahu@operationnull.com>2025-04-14 23:27:54 -0400
commit2140a23041d3920e001457f2c2acb0853094963d (patch)
treed159da923af1a70279676780677bdcd9381a7011 /src/storage.cc
parent661ba30d5233e1b95ac312e88cd51380e664933b (diff)
Simplify cache/dram process functions
Diffstat (limited to 'src/storage.cc')
-rw-r--r--src/storage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.cc b/src/storage.cc
index b6be578..17c902d 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -21,7 +21,7 @@ Storage::view(int base, int lines) const
}
int
-Storage::is_access_cleared()
+Storage::is_data_ready()
{
int r;