diff options
author | bd <bdunahu@operationnull.com> | 2025-03-21 01:06:38 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-21 01:06:38 -0400 |
commit | 91886988ddfd276cd6e51f05b9e92fd1926b54ec (patch) | |
tree | 3bf1411babb1511e6ad10ed7cdeaba576d8c4731 /inc/cache.h | |
parent | cf3ac49639bef5082489068e2d92a4d86f42080b (diff) |
Rewrite current cache.cc tests, add test-helper function to dram
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 31602ca..3b16ca1 100644 --- a/inc/cache.h +++ b/inc/cache.h @@ -47,7 +47,7 @@ class Cache : public Storage * cache level to true, and the victim line is chosen/written back. * @param the address that must be present in cache. */ - void fetch_resource(int address); + void handle_miss(int address); /** * An array of metadata about elements in `data`. * If the first value of an element is negative, the corresponding |