summaryrefslogtreecommitdiff
path: root/src/arch/context.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-16 23:46:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-16 23:46:51 (GMT)
commit8ff010a34762737016624a68f593d0e6736d4349 (patch)
treeefcf9b65483ba94dd93d6c6a7227706424160c10 /src/arch/context.h
parente4b56188b664e6b986733d456e6a0ea9b2da6d53 (diff)
Tracked the ARM/Thumb areas in a clever way with levels.
Diffstat (limited to 'src/arch/context.h')
-rw-r--r--src/arch/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/context.h b/src/arch/context.h
index 36eb3e6..5dffd6a 100644
--- a/src/arch/context.h
+++ b/src/arch/context.h
@@ -52,7 +52,7 @@ typedef struct _GProcContextClass GProcContextClass;
GType g_proc_context_get_type(void);
/* Ajoute une adresse virtuelle comme point de départ de code. */
-void g_proc_context_push_drop_point(GProcContext *, virt_t);
+void g_proc_context_push_drop_point(GProcContext *, unsigned int, virt_t, ...);
/* Précise si une adresse donnée figure comme point de départ. */
bool g_proc_context_has_addr_as_drop_points(GProcContext *, virt_t);