Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
This commit is contained in:
parent
45280db169
commit
48109c34d0
8 changed files with 16 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue