浏览代码

Fix mistake with ElfSectionFlagsType

José Miguel Sánchez García 8 年之前
父节点
当前提交
f9c58d28b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {