Skip to content

Commit 8b2d146

Browse files
committed
Update main_window.cpp
1 parent c979f9a commit 8b2d146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main_window.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void MainWindow::ExecuteCommandLine(QStringList string_list)
847847
CommandLineClass *cmd_line = new CommandLineClass(argc, arg, "emu64",command_list, command_list_count);
848848

849849
bool error;
850-
int lwnr,adr,val,limit_cycles;;
850+
int lwnr,adr,val,limit_cycles;
851851
QString filename;
852852
QFileInfo *fi;
853853

@@ -1037,7 +1037,7 @@ void MainWindow::ExecuteCommandLine(QStringList string_list)
10371037
}
10381038

10391039
if(isLimitCyclesCommand)
1040-
c64->SetLimitCycles(val);
1040+
c64->SetLimitCycles(limit_cycles);
10411041

10421042
if(cmd_line != nullptr) delete cmd_line;
10431043

0 commit comments

Comments
 (0)