forked from Rativel/BurritOS
Shadow the hedgehog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user