diff options
Diffstat (limited to 'qtmips_gui/mainwindow.cpp')
-rw-r--r-- | qtmips_gui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.cpp b/qtmips_gui/mainwindow.cpp index c064509..0f5d11a 100644 --- a/qtmips_gui/mainwindow.cpp +++ b/qtmips_gui/mainwindow.cpp @@ -104,6 +104,7 @@ void MainWindow::create_core(const machine::MachineConfig &config) { // Setup docks registers->setup(machine); program->setup(machine); + memory->setup(machine); // Set status to ready machine_status(machine::QtMipsMachine::ST_READY); } |