Optionparser: Fix for non-Bochs builds.

This commit is contained in:
Martin Hoffmann
2013-03-20 17:16:57 +01:00
parent f676a785f8
commit f0e26a9b63

View File

@ -43,8 +43,7 @@ void SimulatorController::startup(int argc, char **argv)
// TODO: Log-Level?
if (argv) {
// FIXME: bx_startup_flags only exits in Bochs build!!
//CommandLine::Inst().collect_args(bx_startup_flags.argc, bx_startup_flags.argv);
CommandLine::Inst().collect_args(argc, argv);
}
// Activate previously added experiments to allow initialization: