aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview.h')
-rw-r--r--qtmips_gui/coreview.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qtmips_gui/coreview.h b/qtmips_gui/coreview.h
index ed8a8ad..d5b39c1 100644
--- a/qtmips_gui/coreview.h
+++ b/qtmips_gui/coreview.h
@@ -84,16 +84,15 @@ protected:
class CoreViewSceneSimple : public CoreViewScene {
public:
CoreViewSceneSimple(CoreView *view, machine::QtMipsMachine *machine);
- ~CoreViewSceneSimple();
private:
+ coreview::InstructionView *instr_prim, *instr_delay;
coreview::Latch *delay_slot_latch;
};
class CoreViewScenePipelined : public CoreViewScene {
public:
CoreViewScenePipelined(CoreView *view, machine::QtMipsMachine *machine);
- ~CoreViewScenePipelined();
private:
coreview::Latch *latch_if_id, *latch_id_ex, *latch_ex_mem, *latch_mem_wb;