From f33f424ccf7ca57aae95566663c8f31956fbdf8f Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 3 Jul 2019 10:45:32 +0200 Subject: Allow to switch between numeric and mnemonics registers names. Signed-off-by: Pavel Pisa --- qtmips_gui/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/mainwindow.h') diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h index 9c7bb25..94365fe 100644 --- a/qtmips_gui/mainwindow.h +++ b/qtmips_gui/mainwindow.h @@ -100,6 +100,7 @@ public slots: void machine_trap(machine::QtMipsException &e); void central_tab_changed(int index); void tab_widget_destroyed(QObject *obj); + void view_mnemonics_registers(bool enable); protected: void closeEvent(QCloseEvent *event); -- cgit v1.2.3