fix sp loading

This commit is contained in:
2026-02-17 12:38:09 +01:00
parent 6412d8f104
commit d445540620
2 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ class Thread {
*/
void go();
void load_paging();
void load_paging(Thread* t);
/*! \brief Switches from the currently running thread to the `next` one.
*