From f77a876e0ac2611079ee188933f0f3de222dd08a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 Feb 2024 14:26:58 +0100 Subject: HCoreKrnl\HAL\IDT: Work in progress patch(fix) of HCore interrupt system on x86. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp') diff --git a/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp b/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp index f1001410..d1483ef3 100644 --- a/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp +++ b/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp @@ -39,7 +39,7 @@ extern "C" void idt_handle_scheduler(HCore::UIntPtr rsp) { HCore::kcout << "HCoreKrnl: Will be scheduled back later " << HCore::ProcessManager::Shared().Leak().GetCurrent().Leak().GetName() - << HCore::EndLine(); + << HCore::end_line(); /// schedule another process. if (!HCore::ProcessHelper::StartScheduling()) { -- cgit v1.2.3