Optionparser: FAILS for non-bochs builds!

bx_startup_flags are only present in a bochs build!
This commit is contained in:
Martin Hoffmann
2013-03-20 16:07:02 +01:00
parent 3953a567fa
commit 739a62c60b
2 changed files with 4 additions and 3 deletions

View File

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