Skip to content

Commit

Permalink
Remove get_context_info for 32 bit x86 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Dec 19, 2024
1 parent eeae8c3 commit 499a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-daemon/src/exception_logging/win.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ fn get_context_info(context: &CONTEXT) -> String {
context_str
}

#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
#[cfg(target_arch = "x86_64")]
fn get_context_info(context: &CONTEXT) -> String {
use windows_sys::Win32::System::Diagnostics::Debug::{
CONTEXT_CONTROL_AMD64, CONTEXT_INTEGER_AMD64, CONTEXT_SEGMENTS_AMD64,
Expand Down

0 comments on commit 499a9b9

Please sign in to comment.