System: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
923d3b7af3
commit
271d74cb98
@@ -121,8 +121,8 @@ struct System::Impl {
|
||||
}
|
||||
|
||||
Kernel::PhysicalCore& CurrentPhysicalCore() {
|
||||
const auto i = cpu_manager.GetActiveCoreIndex();
|
||||
return kernel.PhysicalCore(i);
|
||||
const auto index = cpu_manager.GetActiveCoreIndex();
|
||||
return kernel.PhysicalCore(index);
|
||||
}
|
||||
|
||||
Kernel::PhysicalCore& GetPhysicalCore(std::size_t index) {
|
||||
|
||||
Reference in New Issue
Block a user