Skip to content

Commit c924693

Browse files
committed
Add stack_exhausted and eh_personality
1 parent 67d5564 commit c924693

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: common/kernel/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ mod process;
1212
#[allow(non_camel_case_types)]
1313
mod elf;
1414

15+
#[lang = "stack_exhausted"] extern fn stack_exhausted() {}
16+
#[lang = "eh_personality"] extern fn eh_personality() {}
17+
1518
pub static mut int_table: Option<Table> = None;
1619

1720
#[lang="start"]

0 commit comments

Comments
 (0)