summaryrefslogtreecommitdiff
path: root/src/arch/target.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-19 19:00:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-19 19:00:34 (GMT)
commita4f40b1971fe208bd9c25adebaeff5614aee87ee (patch)
tree376d1832e345b0bf451cd8d06b97e0c2cd37fa86 /src/arch/target.h
parent5d94aa1a1e3af384307bb9d760410b61a33e7323 (diff)
Created an interface for jumping to addresses from operands.
Diffstat (limited to 'src/arch/target.h')
-rw-r--r--src/arch/target.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/target.h b/src/arch/target.h
index 3c68fda..f7a673c 100644
--- a/src/arch/target.h
+++ b/src/arch/target.h
@@ -59,9 +59,6 @@ GArchOperand *g_target_operand_new(MemoryDataSize, const vmpa2t *);
/* Renseigne la taille de la valeur indiquée à la construction. */
MemoryDataSize g_target_operand_get_size(const GTargetOperand *);
-/* Fournit l'adresse en mémoire de l'élément visé. */
-void g_target_operand_get_addr(const GTargetOperand *, vmpa2t *);
-
/* Tente une résolution de symbole. */
bool g_target_operand_resolve(GTargetOperand *, GBinFormat *, bool);