From 35aa65037bebd800f9cba2b558d245552960a5d7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 27 Sep 2024 10:21:26 -0400 Subject: fixed multithreading! --- tasking.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasking.hpp') diff --git a/tasking.hpp b/tasking.hpp index 5e03f25..64a738e 100644 --- a/tasking.hpp +++ b/tasking.hpp @@ -6,7 +6,7 @@ void tasking_initialize(); bool tasking_spawn(void (*entry)(), unsigned ssize); -void schedule(Registers& regs); +void schedule(const Registers& regs); #endif // TASKING_HPP -- cgit v1.2.3