summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/register.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-19 11:27:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-19 11:27:16 (GMT)
commitc930f8b060034abefbae48ad76a9b8d1e55b1ec9 (patch)
tree9461b8002a833f9db443b8859045a30e575b13c8 /plugins/arm/v7/operands/register.c
parent5e6f3a42a2f57c563f34e5ea4d9c377d8618e871 (diff)
Tracked deeper the reference counts for ARMv7 registers.
Diffstat (limited to 'plugins/arm/v7/operands/register.c')
-rw-r--r--plugins/arm/v7/operands/register.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/arm/v7/operands/register.c b/plugins/arm/v7/operands/register.c
index 412d0f9..e6b3751 100644
--- a/plugins/arm/v7/operands/register.c
+++ b/plugins/arm/v7/operands/register.c
@@ -226,29 +226,6 @@ GArchOperand *g_armv7_register_operand_new(GArmV7Register *reg)
/******************************************************************************
* *
* Paramètres : operand = opérande représentant un registre. *
-* *
-* Description : Fournit le registre ARMv7 associé à l'opérande. *
-* *
-* Retour : Représentation interne du registre. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-const GArmV7Register *g_armv7_register_operand_get(const GArmV7RegisterOperand *operand)
-{
- GArmV7Register *result; /* Instance à retourner */
-
- result = G_ARMV7_REGISTER(G_REGISTER_OPERAND(operand)->reg);
-
- return result;
-
-}
-
-
-/******************************************************************************
-* *
-* Paramètres : operand = opérande représentant un registre. *
* wback = indique si le registre est mis à jour après coup. *
* *
* Description : Détermine si le registre est mis à jour après l'opération. *