summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/v7/context.h')
-rw-r--r--src/arch/arm/v7/context.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/arch/arm/v7/context.h b/src/arch/arm/v7/context.h
index a4d99d6..48cafce 100644
--- a/src/arch/arm/v7/context.h
+++ b/src/arch/arm/v7/context.h
@@ -57,7 +57,6 @@ GType g_armv7_context_get_type(void);
GArmV7Context *g_armv7_context_new(void);
-
/* Jeux d'instructions possibles avec ARM v7 */
typedef enum _ArmV7InstrSet
{
@@ -77,21 +76,9 @@ void g_armv7_context_define_encoding(GArmV7Context *, virt_t, ArmV7InstrSet);
/* Indique l'encodage (générique) utilisé à une adresse donnée. */
ArmV7InstrSet g_armv7_context_find_encoding(GArmV7Context *, virt_t);
-
-
-
-
-
-
-
-
-
-
+/* Ajoute une adresse virtuelle comme point de départ de code. */
void g_armv7_context_push_drop_point_ext(GArmV7Context *ctx, virt_t addr, ArmV7InstrSet marker);
-
-
-
#endif /* _ARCH_ARM_V7_CONTEXT_H */