fix bug for cargo doc

This commit is contained in:
Yu Chen 2022-03-25 15:58:31 +08:00
parent c8e24e8529
commit a71b02152f

View File

@ -23,7 +23,7 @@ mod sbi;
global_asm!(include_str!("entry.asm"));
/// clear BSS segment
fn clear_bss() {
pub fn clear_bss() {
extern "C" {
fn sbss();
fn ebss();