summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/context.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-25 20:44:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-25 20:44:37 (GMT)
commit2a1dd967d3b4e06f504431f9d3d613992095b2c3 (patch)
tree869181e766ff429fcfdd61f0f7a8b8ef487f768c /src/arch/arm/v7/context.h
parent62ea3df536faae7e1706bbbc2c19cf43c4dae213 (diff)
Removed some debug messages.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@518 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 */