We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be92c9 commit 1c2659bCopy full SHA for 1c2659b
1 file changed
libCacheSim/bin/cachesim/cli_parser.c
@@ -456,6 +456,7 @@ static int conv_cache_sizes(char *cache_size_str, struct arguments *args) {
456
token = strtok(NULL, ",");
457
}
458
459
+ // detection of cache size set to 0 or auto
460
if (args->n_cache_size == 1 && args->cache_sizes[0] == 0) {
461
set_cache_size(args, args->reader);
462
0 commit comments