Optionparser: FAILS for non-bochs builds!
bx_startup_flags are only present in a bochs build!
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user