diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-04-29 09:53:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-04-29 09:53:28 (GMT) |
commit | b16071a35adaf95d5e67b0dd984e9ba9d7ba28f9 (patch) | |
tree | 10470449f230593ea62f696e30e647a1c8d95ed2 /src/format | |
parent | aead324676d997c30aac2851f4a37125db195d3e (diff) |
Improved the behavior of immediate operands display.
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/symbol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/format/symbol.h b/src/format/symbol.h index 7929bc9..694a9ee 100644 --- a/src/format/symbol.h +++ b/src/format/symbol.h @@ -139,7 +139,6 @@ GDbComment *g_binary_symbol_get_comment(const GBinSymbol *); GImmOperand *_imm; \ _imm = G_IMM_OPERAND(g_arch_instruction_get_operand(_ins, _idx)); \ g_imm_operand_set_default_display(&_imm, _dsp, G_SHARE_CONTAINER(_ins)); \ - g_imm_operand_set_display(&_imm, _dsp, G_SHARE_CONTAINER(_ins)); \ _op = G_ARCH_OPERAND(_imm); \ } \ while (0) |