From 12a822e68b2e82d4b86888304f94b60752465a0a Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Mar 2025 16:30:40 -0400 Subject: remove operation.h and branch determined by read/write in cache load --- inc/cache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc/cache.h') diff --git a/inc/cache.h b/inc/cache.h index 7a1a380..20a40c2 100644 --- a/inc/cache.h +++ b/inc/cache.h @@ -1,7 +1,6 @@ #ifndef CACHE_H #define CACHE_H #include "definitions.h" -#include "operation.h" #include "storage.h" #include #include @@ -43,7 +42,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(Operation op, int address); + void fetch_resource(int address); /** * An array of metadata about elements in `data`. * If the first value of an element is negative, the corresponding -- cgit v1.2.3