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/gui/dialogs | |
parent | 2e867fcae6e91594ae47528ca097952398ffcca4 (diff) |
Improved the documentation of the disassembly cache for Python.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/gotox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/gotox.c b/src/gui/dialogs/gotox.c index 618eaa0..5ea7c07 100644 --- a/src/gui/dialogs/gotox.c +++ b/src/gui/dialogs/gotox.c @@ -390,7 +390,7 @@ static void add_new_location_to_list(GtkTreeStore *store, GLoadedBinary *binary, /* Détermination de la ligne concernée */ - 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), addr); |