core/sal: move command-line parameter passing to SC::startup()

This commit is contained in:
Horst Schirmeier
2013-03-14 22:29:43 +01:00
parent 422db3e21d
commit eb17e9ef82
9 changed files with 15 additions and 24 deletions

View File

@ -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();
}