From 24bfb2c81ff121c71f94bebd79bdb4d1f1e34944 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 24 Aug 2016 19:30:14 -0600 Subject: [PATCH] Fix the build. Sorry --- context/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/context/mod.rs b/context/mod.rs index 42ff8ba7..3e5e8491 100644 --- a/context/mod.rs +++ b/context/mod.rs @@ -98,9 +98,7 @@ pub fn contexts_mut() -> RwLockWriteGuard<'static, ContextList> { /// Switch to the next context /// Do not call this while holding locks! pub unsafe fn context_switch() { - - - current.arch.switch_to(&mut next.arch); +// current.arch.switch_to(&mut next.arch); } /// A context, which identifies either a process or a thread -- GitLab