summaryrefslogtreecommitdiff
path: root/src/format/elf/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/elf.c')
-rw-r--r--src/format/elf/elf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/format/elf/elf.c b/src/format/elf/elf.c
index b703dcf..e7bb48c 100644
--- a/src/format/elf/elf.c
+++ b/src/format/elf/elf.c
@@ -134,7 +134,7 @@ static void g_elf_format_class_init(GElfFormatClass *klass)
static void g_elf_format_init(GElfFormat *format)
{
- GExeFormat *exe_format;
+ GExeFormat *exe_format; /* Format parent à constituer */
exe_format = G_EXE_FORMAT(format);
@@ -436,7 +436,6 @@ static GBinPart **g_elf_format_get_parts(const GElfFormat *format, size_t *count
if (!find_elf_section_by_index(format, i, &section))
continue;
-
if (ELF_SHDR(format, section, sh_flags) & SHF_EXECINSTR)
{
part = g_binary_part_new();