System: Address Feedback
This commit is contained in:
parent
de4b01f75d
commit
2d1984c20c
11 changed files with 30 additions and 24 deletions
|
@ -17,7 +17,6 @@ CpuManager::CpuManager(System& system) : system{system} {}
|
|||
CpuManager::~CpuManager() = default;
|
||||
|
||||
void CpuManager::Initialize() {
|
||||
|
||||
for (std::size_t index = 0; index < core_managers.size(); ++index) {
|
||||
core_managers[index] = std::make_unique<CoreManager>(system, index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue