Small update.
This commit is contained in:
parent
c0b5643c85
commit
dc4f1e3dbf
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ mod lang_items;
|
||||||
global_asm!(include_str!("entry.asm"));
|
global_asm!(include_str!("entry.asm"));
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn rust_main() -> ! {
|
pub fn rust_main() -> ! {
|
||||||
loop {}
|
loop {}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue