early-access version 4013

This commit is contained in:
pineappleEA
2023-12-09 21:52:00 +01:00
parent ec2356b0cc
commit 8a158730e7
21 changed files with 1654 additions and 445 deletions

View File

@@ -139,7 +139,7 @@ void PhysicalCore::RunThread(Kernel::KThread* thread) {
}
// Handle external interrupt sources.
if (interrupt || !m_is_single_core) {
if (interrupt || m_is_single_core) {
return;
}
}