aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cacheview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/cacheview.h')
-rw-r--r--qtmips_gui/cacheview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/cacheview.h b/qtmips_gui/cacheview.h
index 6803e37..8e7a4fb 100644
--- a/qtmips_gui/cacheview.h
+++ b/qtmips_gui/cacheview.h
@@ -57,6 +57,7 @@ private slots:
std::uint32_t tag, const std::uint32_t *data, bool write);
private:
+ unsigned rows, columns;
unsigned tag, row, col;
unsigned s_tag, s_row, s_col;
unsigned width;