Skip to content

Commit d894c10

Browse files
authored
Make s390x's EM_CURRENT pub. (#152)
1 parent b9014b1 commit d894c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub const EM_CURRENT: u16 = 20; // EM_PPC
7373
#[cfg(target_arch = "powerpc64")]
7474
pub const EM_CURRENT: u16 = 21; // EM_PPC64
7575
#[cfg(target_arch = "s390x")]
76-
const EM_CURRENT: u16 = 22; // EM_S390
76+
pub const EM_CURRENT: u16 = 22; // EM_S390
7777
#[cfg(any(
7878
target_arch = "mips",
7979
target_arch = "mips32r6",

0 commit comments

Comments
 (0)