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 73b8eb5 commit 2476ad2Copy full SHA for 2476ad2
src/loader/mod.rs
@@ -40,6 +40,7 @@ pub mod bootparam;
40
#[allow(non_snake_case)]
41
#[allow(non_upper_case_globals)]
42
#[cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
43
+#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
44
mod elf;
45
mod struct_util;
46
0 commit comments