Browse Source

Fix mistake with ElfSectionFlagsType

José Miguel Sánchez García 8 năm trước cách đây
mục cha
commit
f9c58d28b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/elf_sections.rs

+ 1 - 1
src/elf_sections.rs

@@ -149,7 +149,7 @@ pub enum ElfSectionType {
 type ElfSectionFlagsType = u32;
 
 #[cfg(not(feature = "elf32"))]
-type ElfSectionFlagsType = u32;
+type ElfSectionFlagsType = u64;
 
 bitflags! {
     flags ElfSectionFlags: ElfSectionFlagsType {