aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/memory.h')
-rw-r--r--qtmips_gui/coreview/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/memory.h b/qtmips_gui/coreview/memory.h
index 57158a6..20840ee 100644
--- a/qtmips_gui/coreview/memory.h
+++ b/qtmips_gui/coreview/memory.h
@@ -13,7 +13,7 @@ namespace coreview {
class Memory : public QGraphicsObject {
Q_OBJECT
public:
- Memory(const machine::Cache *cache);
+ Memory(bool cache_used, const machine::Cache *cache);
QRectF boundingRect() const;
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);