a
This commit is contained in:
parent
4ca31678d5
commit
f98e4b323c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||||
|
|
||||||
loadInstructionSet();
|
loadInstructionSet();
|
||||||
//loadDemoProgram();
|
//loadDemoProgram();
|
||||||
Loader loader(m_machine, std::string(PATH_RESOURCES) + "test.obj");
|
Loader loader(m_machine, std::string(PATH_RESOURCES) + "print.obj");
|
||||||
loader.load();
|
loader.load();
|
||||||
|
|
||||||
updateRegisterDisplays();
|
updateRegisterDisplays();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue