summaryrefslogtreecommitdiff
path: root/src/arch/jvm/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/jvm/operand.c')
-rw-r--r--src/arch/jvm/operand.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/arch/jvm/operand.c b/src/arch/jvm/operand.c
index b0f2fa0..11458a9 100644
--- a/src/arch/jvm/operand.c
+++ b/src/arch/jvm/operand.c
@@ -87,9 +87,6 @@ static void g_jvm_ref_operand_class_init(GJvmRefOperandClass *);
/* Initialise une instance d'opérande de référence pour la JVM. */
static void g_jvm_ref_operand_init(GJvmRefOperand *);
-/* Traduit un opérande en version humainement lisible. */
-static char *g_jvm_ref_operand_get_text(const GJvmRefOperand *, const exe_format *, AsmSyntax);
-
@@ -188,11 +185,6 @@ static void g_jvm_ref_operand_class_init(GJvmRefOperandClass *klass)
static void g_jvm_ref_operand_init(GJvmRefOperand *operand)
{
- GArchOperand *parent; /* Instance parente */
-
- parent = G_ARCH_OPERAND(operand);
-
- parent->get_text = (get_operand_text_fc)g_jvm_ref_operand_get_text;
}
@@ -236,6 +228,7 @@ GArchOperand *g_jvm_ref_operand_new(const bin_t *data, off_t *pos, off_t len, Jv
}
+#if 0
/******************************************************************************
* *
* Paramètres : operand = opérande à traiter. *
@@ -273,7 +266,7 @@ static char *g_jvm_ref_operand_get_text(const GJvmRefOperand *operand, const exe
return result;
}
-
+#endif