Bump to rust nightly-2022-01-01, feature global_asm,asm->stable

This commit is contained in:
Yifan Wu 2022-01-01 03:07:09 -08:00
parent 98a7b866b5
commit 3f0c3f6dfd
9 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,5 @@
use core::panic::PanicInfo;
use core::arch::asm;
use crate::sbi::shutdown;
use crate::task::current_kstack_top;