diff options
Diffstat (limited to 'src/arch/operands')
| -rw-r--r-- | src/arch/operands/target.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/arch/operands/target.c b/src/arch/operands/target.c index 9b93548..78a2fc1 100644 --- a/src/arch/operands/target.c +++ b/src/arch/operands/target.c @@ -419,7 +419,7 @@ static char *g_target_operand_build_tooltip(const GTargetOperand *operand, const                  if (line != NULL)                  { -                    result = g_buffer_line_get_text(line, BLC_ASSEMBLY, BLC_COUNT, true); +                    result = g_buffer_line_get_text(line, DLC_ASSEMBLY, DLC_COUNT, true);                      g_object_unref(G_OBJECT(line));                  } | 
