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

This commit is contained in:
Yifan Wu 2022-01-01 01:42:53 -08:00
parent f7870ff392
commit cace5043d6
8 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,7 @@
global_asm!(include_str!("switch.S"));
use super::TaskContext;
use core::arch::global_asm;
global_asm!(include_str!("switch.S"));
extern "C" {
pub fn __switch(