From 9d4fb06f4ca6979f56235054adaa007d8c2b6b93 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 22 Oct 2022 05:01:35 +0300 Subject: [PATCH] Update Task.cpp --- Tasking/Task.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tasking/Task.cpp b/Tasking/Task.cpp index 517e29d..e6183b1 100644 --- a/Tasking/Task.cpp +++ b/Tasking/Task.cpp @@ -56,6 +56,7 @@ namespace Tasking __attribute__((no_stack_protector)) void Task::OnInterruptReceived(CPU::x64::TrapFrame *Frame) { fixme("unimplemented"); + OneShot(500); // test } #elif defined(__i386__) __attribute__((no_stack_protector)) void Task::OnInterruptReceived(void *Frame)