diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-04-29 21:36:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-04-29 21:36:48 (GMT) |
commit | 85ddac0558313b5d3fbd9428ae3e9614f16d514d (patch) | |
tree | 208bdf6311ba8414e38909870be753fcd062d404 /src/arch | |
parent | 2e867fcae6e91594ae47528ca097952398ffcca4 (diff) |
Improved the documentation of the disassembly cache for Python.
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 7d26be6..65fef30 100644 --- a/src/arch/target.c +++ b/src/arch/target.c @@ -427,7 +427,7 @@ static char *g_target_operand_build_tooltip(const GTargetOperand *operand, const srange = g_binary_symbol_get_range(operand->symbol); - cache = g_loaded_binary_get_disassembled_cache(binary); + cache = g_loaded_binary_get_disassembly_cache(binary); cursor = g_binary_cursor_new(); g_binary_cursor_update(G_BINARY_CURSOR(cursor), get_mrange_addr(srange)); |