summaryrefslogtreecommitdiff
path: root/src/analysis/routine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/routine.h')
-rw-r--r--src/analysis/routine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/analysis/routine.h b/src/analysis/routine.h
index 177547b..9ee2c2f 100644
--- a/src/analysis/routine.h
+++ b/src/analysis/routine.h
@@ -30,8 +30,8 @@
#include <sys/types.h>
-#include "block.h"
#include "variable.h"
+#include "disass/block.h"
//#include "../arch/instruction.h"
#include "../decomp/instruction.h"
@@ -164,10 +164,10 @@ GArchInstruction *g_binary_routine_get_instructions(const GBinRoutine *);
void g_binary_routine_set_instructions(GBinRoutine *, GArchInstruction *);
/* Fournit les blocs basiques de la routine. */
-GInstrBlock *g_binary_routine_get_basic_blocks(const GBinRoutine *);
+GBlockList *g_binary_routine_get_basic_blocks(const GBinRoutine *);
/* Définit les blocs basiques de la routine. */
-void g_binary_routine_set_basic_blocks(GBinRoutine *, GInstrBlock *);
+void g_binary_routine_set_basic_blocks(GBinRoutine *, GBlockList *);
/* Fournit les instructions décompilées correspondantes. */
GDecInstruction *g_binary_routine_get_decomp_instructions(const GBinRoutine *);