core/sal: move command-line parameter passing to SC::startup()
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
#include "BochsMemory.hpp"
|
||||
#include "../SALInst.hpp"
|
||||
#include "../Listener.hpp"
|
||||
#include "util/CommandLine.hpp"
|
||||
|
||||
namespace fail {
|
||||
|
||||
@ -174,9 +173,4 @@ ConcreteCPU& BochsController::detectCPU(BX_CPU_C* pCPU) const
|
||||
return getCPU(i);
|
||||
}
|
||||
|
||||
void BochsController::collectCommandLineArguments(int argc, char **argv) const
|
||||
{
|
||||
CommandLine::Inst().collect_args(bx_startup_flags.argc, bx_startup_flags.argv);
|
||||
}
|
||||
|
||||
} // end-of-namespace: fail
|
||||
|
||||
Reference in New Issue
Block a user