summaryrefslogtreecommitdiff
path: root/src/arch/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/target.c')
-rw-r--r--src/arch/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/target.c b/src/arch/target.c
index db4d058..a8acd67 100644
--- a/src/arch/target.c
+++ b/src/arch/target.c
@@ -412,7 +412,7 @@ static char *g_target_operand_build_tooltip(const GTargetOperand *operand, const
if (operand->symbol != NULL && operand->diff == 0)
{
- stype = g_binary_symbol_get_target_type(operand->symbol);
+ stype = g_binary_symbol_get_stype(operand->symbol);
switch (stype)
{