mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
fix bug for cargo doc
This commit is contained in:
parent
c8e24e8529
commit
a71b02152f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user