diff --git a/no_std/no_std_test/src/main.rs b/no_std/no_std_test/src/main.rs index 3db95447..a6385cb4 100644 --- a/no_std/no_std_test/src/main.rs +++ b/no_std/no_std_test/src/main.rs @@ -47,3 +47,6 @@ extern "C" fn rust_eh_register_frames() {} #[no_mangle] extern "C" fn rust_eh_unregister_frames() {} + +#[no_mangle] +extern "C" fn _Unwind_Resume() {}