Explorar el Código

Fix mistake with ElfSectionFlagsType

José Miguel Sánchez García hace 8 años
padre
commit
f9c58d28b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {