From 29a2f106d1554bac4af89b7697d736e7b5a362a7 Mon Sep 17 00:00:00 2001 From: occheung Date: Fri, 20 Aug 2021 16:14:33 +0800 Subject: [PATCH] ksupport: replace asm with llvm_asm --- artiq/firmware/ksupport/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/firmware/ksupport/lib.rs b/artiq/firmware/ksupport/lib.rs index bbbea4c02..13f9d0518 100644 --- a/artiq/firmware/ksupport/lib.rs +++ b/artiq/firmware/ksupport/lib.rs @@ -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]