Remove debugging

This commit is contained in:
Jeremy Soller 2016-09-15 08:39:20 -06:00
parent 33e098c124
commit 53a5a9188a
4 changed files with 4 additions and 26 deletions

View file

@ -96,7 +96,5 @@ impl Context {
// Unset global lock, set inside of kernel
CONTEXT_SWITCH_LOCK.store(false, Ordering::SeqCst);
asm!("xchg bx, bx" : : : : "intel", "volatile");
}
}