core/sal: move command-line parameter passing to SC::startup()
This commit is contained in:
@ -19,6 +19,7 @@ void Gem5Controller::startup()
|
||||
addCPU(cpu);
|
||||
}
|
||||
|
||||
// TODO pass on command-line parameters
|
||||
SimulatorController::startup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user