diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-08-14 20:53:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-08-14 20:53:39 (GMT) |
commit | 60b70b8701c822eddc65269773621690932a57bd (patch) | |
tree | d3a033c86eb091e3d81dec77b0855406d737596d /src/arch | |
parent | 2c97b766469c25b09c3b173aa6b8abdb066671c1 (diff) |
Updated the Python bindings for binary symbols.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/target.c | 2 |
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) { |