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

@ -18,8 +18,8 @@
#include <vector>
#include "config/VariantConfig.hpp"
#include "sal/SALInst.hpp"
#include "optionparser/optionparser.h"
#include "optionparser/optionparser_ext.hpp"
#include "util/optionparser/optionparser.h"
#include "util/optionparser/optionparser_ext.hpp"
#include "T32Connector.hpp"
#include "t32config.hpp"

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: