summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/targetable.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
commitec0f07c0b9468d6798befd887b02d9668faf806b (patch)
treef8b243f9b08006a4206b29b9af5b73a5d25361c7 /plugins/pychrysalide/arch/operands/targetable.c
parent296b4ed15fd074f80266e1d22ef4ade7ee11905e (diff)
Created a new interface for renamed operands.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/targetable.c')
-rw-r--r--plugins/pychrysalide/arch/operands/targetable.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c
index a633b82..00647cc 100644
--- a/plugins/pychrysalide/arch/operands/targetable.c
+++ b/plugins/pychrysalide/arch/operands/targetable.c
@@ -28,9 +28,6 @@
#include <pygobject.h>
-#include <i18n.h>
-
-
#include <arch/operands/targetable.h>
@@ -59,7 +56,7 @@ static PyObject *py_targetable_operand_get_addr(PyObject *, PyObject *);
/******************************************************************************
* *
* Paramètres : self = contenu binaire à manipuler. *
-* args = non utilisé ici. *
+* args = arguments accompagnant l'appel. *
* *
* Description : Obtient l'adresse de la cible visée par un opérande. *
* *