diff options
Diffstat (limited to 'plugins/fmtp')
-rw-r--r-- | plugins/fmtp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fmtp/parser.c b/plugins/fmtp/parser.c index ac22e55..88762b5 100644 --- a/plugins/fmtp/parser.c +++ b/plugins/fmtp/parser.c @@ -127,7 +127,7 @@ static bool parse_field_definition(const fmt_field_def *def, GBinFormat *format, addr = get_mrange_addr(g_arch_instruction_get_range(instr)); comment = g_db_comment_new_inlined(addr, BLF_HAS_CODE, false); - g_db_item_set_volatile(G_DB_ITEM(comment), true); + g_db_item_add_flag(G_DB_ITEM(comment), DIF_VOLATILE); switch (def->ctype) { |