ksupport: replace asm with llvm_asm

pull/1745/head
occheung 2021-08-20 16:14:33 +08:00
parent b30ed75e69
commit 29a2f106d1
1 changed files with 1 additions and 1 deletions

View File

@ -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]