diff options
Diffstat (limited to 'src/arch/instructions/undefined.c')
| -rw-r--r-- | src/arch/instructions/undefined.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/arch/instructions/undefined.c b/src/arch/instructions/undefined.c index 1623d7b..dab7864 100644 --- a/src/arch/instructions/undefined.c +++ b/src/arch/instructions/undefined.c @@ -390,14 +390,14 @@ static void g_undef_instruction_print(GUndefInstruction *instr, GBufferLine *lin      g_buffer_line_fill_virt(line, DLC_VIRTUAL, MDS_32_BITS_UNSIGNED, get_mrange_addr(&base->range)); -    g_buffer_line_fill_content(line, content, &base->range, VMPA_NO_PHYSICAL); +    g_buffer_line_fill_content(line, DLC_BINARY, content, &base->range, VMPA_NO_PHYSICAL);      /* Instruction proprement dite */      key = g_arch_instruction_get_keyword(base);      klen = strlen(key); -    g_buffer_line_append_text(line, BLC_ASSEMBLY_HEAD, key, klen, RTT_ERROR, NULL); +    g_buffer_line_append_text(line, DLC_ASSEMBLY_HEAD, key, klen, RTT_ERROR, NULL);  } | 
