summaryrefslogtreecommitdiff
path: root/plugins/dwarf/abbrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dwarf/abbrev.c')
-rw-r--r--plugins/dwarf/abbrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dwarf/abbrev.c b/plugins/dwarf/abbrev.c
index 0deb12f..0c528b0 100644
--- a/plugins/dwarf/abbrev.c
+++ b/plugins/dwarf/abbrev.c
@@ -427,7 +427,7 @@ dw_abbrev_brotherhood *load_all_dwarf_abbreviations(GDwarfFormat *format, const
{
/* Définition d'un zone de travail */
- content = G_BIN_FORMAT(format)->content;
+ content = G_KNOWN_FORMAT(format)->content;
restricted = g_restricted_content_new(content, &range);
copy_vmpa(&pos, get_mrange_addr(&range));