Only provide dummy _Unwind_Resume on x86 Windows

This commit is contained in:
Luke Parker 2024-05-26 05:01:40 -04:00 committed by j-berman
parent da9f101703
commit 16536f3d2b

View File

@ -243,5 +243,6 @@ pub extern "C" fn hash_trim_selene(
}
// https://github.com/rust-lang/rust/issues/79609
#[cfg(all(target_os = "windows", target_arch = "x86"))]
#[no_mangle]
pub extern "C" fn _Unwind_Resume() {}