We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b1deb commit b4ba15bCopy full SHA for b4ba15b
mullvad-daemon/src/exception_logging/win.rs
@@ -262,7 +262,7 @@ fn get_context_info(context: &CONTEXT) -> String {
262
context_str
263
}
264
265
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
+#[cfg(target_arch = "x86_64")]
266
fn get_context_info(context: &CONTEXT) -> String {
267
use windows_sys::Win32::System::Diagnostics::Debug::{
268
CONTEXT_CONTROL_AMD64, CONTEXT_INTEGER_AMD64, CONTEXT_SEGMENTS_AMD64,
0 commit comments