Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
This commit is contained in:
parent
98a7b866b5
commit
3f0c3f6dfd
9 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
#![no_std]
|
||||
#![feature(asm)]
|
||||
#![feature(linkage)]
|
||||
#![feature(panic_info_message)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
use core::arch::asm;
|
||||
|
||||
const SYSCALL_DUP: usize = 24;
|
||||
const SYSCALL_OPEN: usize = 56;
|
||||
const SYSCALL_CLOSE: usize = 57;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue