mirror of
https://github.com/monero-project/monero.git
synced 2025-01-23 05:31:06 -05:00
Only provide dummy _Unwind_Resume on x86 Windows
This commit is contained in:
parent
da9f101703
commit
16536f3d2b
@ -243,5 +243,6 @@ pub extern "C" fn hash_trim_selene(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/rust-lang/rust/issues/79609
|
// https://github.com/rust-lang/rust/issues/79609
|
||||||
|
#[cfg(all(target_os = "windows", target_arch = "x86"))]
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn _Unwind_Resume() {}
|
pub extern "C" fn _Unwind_Resume() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user