forked from M-Labs/artiq
ksupport: replace asm with llvm_asm
This commit is contained in:
parent
b30ed75e69
commit
29a2f106d1
|
@ -1,4 +1,4 @@
|
|||
#![feature(lang_items, asm, panic_unwind, libc, unwind_attributes,
|
||||
#![feature(lang_items, llvm_asm, panic_unwind, libc, unwind_attributes,
|
||||
panic_handler, panic_info_message, nll)]
|
||||
#![no_std]
|
||||
|
||||
|
|
Loading…
Reference in New Issue