aboutsummaryrefslogtreecommitdiffstats
path: root/tasking.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tasking.hpp')
-rw-r--r--tasking.hpp2
1 files changed, 1 insertions, 1 deletions
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