瀏覽代碼

More fixes for i686-mingw

Alex Crichton 6 年之前
父節點
當前提交
1275ec6654
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      examples/intrinsics.rs

+ 4 - 0
examples/intrinsics.rs

@@ -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() {}
 }