diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-01 23:29:57 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-01 23:29:57 (GMT) | 
| commit | bfd81d1f289913f4d6e09cd8d99f4aaeed98436b (patch) | |
| tree | efc747ec80f83fc248da1e8e4ac06c4e7d3347dd /src/analysis/block.h | |
| parent | bb6d0c758f8c720d8074bf74e6bd001e36d6a918 (diff) | |
Fixed the computing of basic blocks and used them in graphic views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@316 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/block.h')
| -rw-r--r-- | src/analysis/block.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/analysis/block.h b/src/analysis/block.h index 2a7fb90..9e136a3 100644 --- a/src/analysis/block.h +++ b/src/analysis/block.h @@ -82,10 +82,8 @@ typedef struct _GInstrBlockClass GInstrBlockClass;  /* Indique le type défini pour un bloc d'instructions. */  GType g_instr_block_get_type(void); - - - - +/* Etablit la liste de tous les blocs présents. */ +void g_instr_block_list_all_blocks(const GInstrBlock *, GInstrBlock ***, size_t *); | 
