Bump rustsbi to 0.2.0-alpha.1[81d53d8]

ch2-dev
Yifan Wu 4 years ago
parent d71a18ad63
commit 5369766b96

Binary file not shown.

Binary file not shown.

@ -1,5 +1,6 @@
#![no_std]
#![no_main]
#![feature(llvm_asm)]
#[macro_use]
extern crate user_lib;
@ -7,5 +8,8 @@ extern crate user_lib;
#[no_mangle]
fn main() -> i32 {
println!("Hello, world!");
unsafe {
llvm_asm!("sret");
}
0
}
Loading…
Cancel
Save