diff options
Diffstat (limited to 'plugins/readdex')
-rw-r--r-- | plugins/readdex/header.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/readdex/header.c b/plugins/readdex/header.c index 365767d..f3928ca 100644 --- a/plugins/readdex/header.c +++ b/plugins/readdex/header.c @@ -94,7 +94,6 @@ bool annotate_dex_header(GDexFormat *format) instr = g_raw_instruction_new_array(content, MDS_32_BITS, 5, &pos, endian); - g_arch_instruction_set_displayed_max_length(instr, 4); SET_IMM_DISPLAY(instr, operand, 0, IOD_HEX); ADD_RAW_AS_SYM(format, symbol, instr, comment, _("SHA-1 signature used to uniquely identify files")); |