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.
EM_CURRENT
pub
1 parent b9014b1 commit d894c10Copy full SHA for d894c10
src/elf.rs
@@ -73,7 +73,7 @@ pub const EM_CURRENT: u16 = 20; // EM_PPC
73
#[cfg(target_arch = "powerpc64")]
74
pub const EM_CURRENT: u16 = 21; // EM_PPC64
75
#[cfg(target_arch = "s390x")]
76
-const EM_CURRENT: u16 = 22; // EM_S390
+pub const EM_CURRENT: u16 = 22; // EM_S390
77
#[cfg(any(
78
target_arch = "mips",
79
target_arch = "mips32r6",
0 commit comments