core/sal: move command-line parameter passing to SC::startup()
This commit is contained in:
@ -7,6 +7,7 @@ void T32Controller::startup(){
|
||||
// Do some T32-specific startup
|
||||
addCPU(new ConcreteCPU(0));
|
||||
// Startup generic SimulatorController
|
||||
// TODO pass on command-line parameters
|
||||
SimulatorController::startup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user