summaryrefslogtreecommitdiff
path: root/src/arch/instruction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/instruction.c')
-rw-r--r--src/arch/instruction.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/instruction.c b/src/arch/instruction.c
index 8312bf6..f649150 100644
--- a/src/arch/instruction.c
+++ b/src/arch/instruction.c
@@ -690,7 +690,8 @@ static GBufferLine *_g_arch_instruction_print(const GArchInstruction *instr, GCo
result = g_code_buffer_append_new_line(buffer, &instr->range);
- g_buffer_line_fill_for_instr(result, msize/* TODO ! */, msize, content, instr->length, true);
+ g_buffer_line_fill_for_instr(result, msize/* TODO ! */, msize,
+ content, get_mrange_length(&instr->range), true);
/* Instruction proprement dite */