Optionparser: Fix for non-Bochs builds.
This commit is contained in:
@ -41,10 +41,9 @@ void SimulatorController::startup(int argc, char **argv)
|
|||||||
// Some greetings to the user:
|
// Some greetings to the user:
|
||||||
std::cout << "[SimulatorController] Initializing..." << std::endl;
|
std::cout << "[SimulatorController] Initializing..." << std::endl;
|
||||||
// TODO: Log-Level?
|
// TODO: Log-Level?
|
||||||
|
|
||||||
if (argv) {
|
if (argv) {
|
||||||
// FIXME: bx_startup_flags only exits in Bochs build!!
|
CommandLine::Inst().collect_args(argc, argv);
|
||||||
//CommandLine::Inst().collect_args(bx_startup_flags.argc, bx_startup_flags.argv);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Activate previously added experiments to allow initialization:
|
// Activate previously added experiments to allow initialization:
|
||||||
|
|||||||
Reference in New Issue
Block a user