This commit is contained in:
Alex
2022-11-14 16:12:35 +02:00
parent 6d11b62fd8
commit 62ded83a9b
2 changed files with 3 additions and 3 deletions

View File

@ -318,7 +318,7 @@ namespace Tasking
__no_stack_protector void Task::Schedule(CPU::x64::TrapFrame *Frame)
{
SmartCriticalSection(SchedulerLock);
if (StopSheduler)
if (StopScheduler)
{
warn("Scheduler stopped.");
return;