early-access version 2032

This commit is contained in:
pineappleEA
2021-09-04 02:08:38 +02:00
parent ff09343657
commit 362861c543
24 changed files with 225 additions and 141 deletions

View File

@@ -507,12 +507,6 @@ const ARM_Interface& System::CurrentArmInterface() const {
return impl->kernel.CurrentPhysicalCore().ArmInterface();
}
std::size_t System::CurrentCoreIndex() const {
std::size_t core = impl->kernel.GetCurrentHostThreadID();
ASSERT(core < Core::Hardware::NUM_CPU_CORES);
return core;
}
Kernel::PhysicalCore& System::CurrentPhysicalCore() {
return impl->kernel.CurrentPhysicalCore();
}