summaryrefslogtreecommitdiff
path: root/src/arch/jvm/operand.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-05-17 22:59:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-05-17 22:59:55 (GMT)
commit4d0ff0c23862c242d533d9b2d34e8812ef99ad61 (patch)
tree3b8504b8d3946a8bc9a702b819138ab1e5501be6 /src/arch/jvm/operand.c
parent96cb6971ee3ca529958b8cb1e8e55a6eb4e60eae (diff)
Used only the new format of processor/instructions/operands for x86.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@64 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/jvm/operand.c')
-rw-r--r--src/arch/jvm/operand.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/arch/jvm/operand.c b/src/arch/jvm/operand.c
index 7e9b08f..da95101 100644
--- a/src/arch/jvm/operand.c
+++ b/src/arch/jvm/operand.c
@@ -123,7 +123,7 @@ static void g_jvm_operand_class_init(GJvmOperandClass *klass)
/******************************************************************************
* *
-* Paramètres : proc = instance à initialiser. *
+* Paramètres : operand = instance à initialiser. *
* *
* Description : Initialise une instance d'opérande de base pour la JVM. *
* *
@@ -133,7 +133,7 @@ static void g_jvm_operand_class_init(GJvmOperandClass *klass)
* *
******************************************************************************/
-static void g_jvm_operand_init(GJvmOperand *proc)
+static void g_jvm_operand_init(GJvmOperand *operand)
{
}
@@ -197,10 +197,10 @@ static void g_jvm_ref_operand_init(GJvmRefOperand *operand)
/******************************************************************************
* *
-* Paramètres : data = flux de données à analyser. *
-* pos = position courante dans ce flux. [OUT] *
-* len = taille totale des données à analyser. *
-* type = type de l'opérande. *
+* Paramètres : data = flux de données à analyser. *
+* pos = position courante dans ce flux. [OUT] *
+* len = taille totale des données à analyser. *
+* type = type de l'opérande. *
* *
* Description : Crée un opérande de référence pour la JVM. *
* *