Skip to content

Commit 0b97ac4

Browse files
authored
Fix: add missing sieve in cachesim (#249)
1 parent 68bea06 commit 0b97ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libCacheSim/bin/cachesim/cache_init.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ static inline cache_t *create_cache(const char *trace_path,
6969
{"s3fifo", S3FIFO_init},
7070
{"s3fifod", S3FIFOd_init},
7171
{"s3fifov0", S3FIFOv0_init},
72+
{"sieve", Sieve_init},
7273
{"size", Size_init},
7374
{"slru", SLRU_init},
7475
{"slruv0", SLRUv0_init},

0 commit comments

Comments
 (0)