summaryrefslogtreecommitdiff
path: root/src/format/dwarf/dwarf-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-24 12:44:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-24 12:44:56 (GMT)
commit7af746b641de4a8d6d99ceb2bfd7f77af824bbcf (patch)
tree0cc875d7ec3029667fdd540bc140b932e9a98497 /src/format/dwarf/dwarf-int.h
parentb17cecbb96055914ac3c085030ebd5ff0bc1d370 (diff)
Registered found debug functions and handled the void type.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@20 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/dwarf/dwarf-int.h')
-rw-r--r--src/format/dwarf/dwarf-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dwarf/dwarf-int.h b/src/format/dwarf/dwarf-int.h
index 4863bfe..2b27256 100644
--- a/src/format/dwarf/dwarf-int.h
+++ b/src/format/dwarf/dwarf-int.h
@@ -92,7 +92,7 @@ struct _dwarf_format
dw_abbrev **abbrevs; /* Liste des abréviations */
size_t abbrevs_count; /* Nombre de ces abréviations */
- dw_dbg_function dbg_functions; /* Liste de fonctions trouvées */
+ dw_dbg_function **dbg_functions; /* Liste de fonctions trouvées */
size_t dbg_fc_count; /* Nombre de ces fonctions */
};