diff options
Diffstat (limited to 'plugins/readelf')
-rw-r--r-- | plugins/readelf/header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readelf/header.c b/plugins/readelf/header.c index 75e30fe..d0aee92 100644 --- a/plugins/readelf/header.c +++ b/plugins/readelf/header.c @@ -70,7 +70,7 @@ bool annotate_elf_header(GElfFormat *format) SET_IMM_DISPLAY(instr, operand, 2, IOD_CHAR); SET_IMM_DISPLAY(instr, operand, 3, IOD_CHAR); - ADD_RAW_AS_SYM(format, symbol, instr, comment, _("ELF magic number")); + ADD_RAW_AS_SYM_CST(format, symbol, instr, comment, _("ELF magic number")); /* EI_CLASS (4) */ |