Skip to content

Commit c1bdb76

Browse files
committed
small fix for asm feature warning
1 parent 181fd93 commit c1bdb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-kernel/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// A test kernel to test RustSBI function on all platforms
2-
#![feature(naked_functions, asm, asm_sym, asm_const)]
2+
#![feature(naked_functions, asm_sym, asm_const)]
33
#![feature(default_alloc_error_handler)]
44
#![no_std]
55
#![no_main]

0 commit comments

Comments
 (0)