More fixes for i686-mingw

master
Alex Crichton 2019-04-02 13:02:22 -07:00
parent 4c60176278
commit 1275ec6654
1 changed files with 4 additions and 0 deletions

View File

@ -390,4 +390,8 @@ mod mingw_unwidning {
pub fn rust_eh_personality() {}
#[no_mangle]
pub fn rust_eh_unwind_resume() {}
#[no_mangle]
pub fn rust_eh_register_frames() {}
#[no_mangle]
pub fn rust_eh_unregister_frames() {}
}