Skip to content

Commit 1275ec6

Browse files
committed
More fixes for i686-mingw
1 parent 4c60176 commit 1275ec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/intrinsics.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,8 @@ mod mingw_unwidning {
390390
pub fn rust_eh_personality() {}
391391
#[no_mangle]
392392
pub fn rust_eh_unwind_resume() {}
393+
#[no_mangle]
394+
pub fn rust_eh_register_frames() {}
395+
#[no_mangle]
396+
pub fn rust_eh_unregister_frames() {}
393397
}

0 commit comments

Comments
 (0)