We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6337a08 commit ae43946Copy full SHA for ae43946
src/loader/mod.rs
@@ -49,6 +49,7 @@ pub mod start_info;
49
#[allow(non_snake_case)]
50
#[allow(non_upper_case_globals)]
51
#[cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
52
+#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
53
mod elf;
54
mod struct_util;
55
0 commit comments