Remove unnecessary exit() diff.

This commit is contained in:
4lDO2
2021-03-13 16:44:09 +01:00
parent fd97fa80bb
commit 3eacbdda2a

View File

@@ -1233,7 +1233,8 @@ pub fn exit(status: usize) -> ! {
}
let _ = unsafe { context::switch() };
unreachable!()
unreachable!();
}
pub fn getpid() -> Result<ContextId> {