diff options
author | bd <bdunahu@operationnull.com> | 2025-04-14 23:27:54 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-14 23:27:54 -0400 |
commit | 2140a23041d3920e001457f2c2acb0853094963d (patch) | |
tree | d159da923af1a70279676780677bdcd9381a7011 /src/storage.cc | |
parent | 661ba30d5233e1b95ac312e88cd51380e664933b (diff) |
Simplify cache/dram process functions
Diffstat (limited to 'src/storage.cc')
-rw-r--r-- | src/storage.cc | 2 |
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; |