We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a3919 commit 7baff52Copy full SHA for 7baff52
rustsbi-qemu/src/main.rs
@@ -110,7 +110,6 @@ type FixedRustSBI<'a> = RustSBI<
110
/// rust 入口。
111
extern "C" fn rust_main(_hartid: usize, opaque: usize) -> Operation {
112
static GENESIS: AtomicBool = AtomicBool::new(true);
113
- static SERIAL: Once<ns16550a::Ns16550a> = Once::new();
114
static BOARD_INFO: Once<BoardInfo> = Once::new();
115
static CSR_PRINT: AtomicBool = AtomicBool::new(false);
116
0 commit comments