aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-05-23 23:26:08 +0200
committerKarel Kočí <cynerd@email.cz>2018-05-23 23:26:08 +0200
commitd281c0e319728fd6fa5cfc7a3ae5c378c3604124 (patch)
tree178d6c6fefcaa75c6a69ef574661f1001b200a60 /qtmips_machine/machineconfig.h
parente26fbfc0d69644cc4c3da66fb3a1c71333250522 (diff)
downloadqtmips-d281c0e319728fd6fa5cfc7a3ae5c378c3604124.tar.gz
qtmips-d281c0e319728fd6fa5cfc7a3ae5c378c3604124.tar.bz2
qtmips-d281c0e319728fd6fa5cfc7a3ae5c378c3604124.zip
Add cache view renderer
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r--qtmips_machine/machineconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h
index 56cdf8e..b9c16d7 100644
--- a/qtmips_machine/machineconfig.h
+++ b/qtmips_machine/machineconfig.h
@@ -36,7 +36,7 @@ public:
// If cache should be used or not
void set_enabled(bool);
- void set_sets(unsigned); // Number of set
+ void set_sets(unsigned); // Number of sets
void set_blocks(unsigned); // Number of blocks
void set_associativity(unsigned); // Degree of associativity
void set_replacement_policy(enum ReplacementPolicy);