Skip to content

Commit bc314ab

Browse files
committed
Disable custom_unwind_resume on Windows
1 parent d193688 commit bc314ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/windows_base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn opts() -> TargetOptions {
6464
],
6565
late_link_args,
6666
post_link_objects: vec!["rsend.o".to_string()],
67-
custom_unwind_resume: true,
67+
custom_unwind_resume: false,
6868
abi_return_struct_as_int: true,
6969
emit_debug_gdb_scripts: false,
7070
requires_uwtable: true,

0 commit comments

Comments
 (0)