1
0
forked from Rativel/BurritOS

Shadow the hedgehog

This commit is contained in:
Samy Solhi
2023-03-15 16:51:57 +01:00
parent b22b1dea21
commit 6dd0cbcc87
4 changed files with 37 additions and 44 deletions

View File

@@ -49,7 +49,7 @@ impl System {
/// Sets a thread asleep
///
pub fn thread_sleep(&mut self, thread: Rc<RefCell<Thread>>) {
&self.thread_manager.thread_sleep(self, thread);
self.thread_manager.thread_sleep(self, thread);
}
// GETTERS