summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/operands/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/dalvik/operands/register.h')
-rw-r--r--src/arch/dalvik/operands/register.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/dalvik/operands/register.h b/src/arch/dalvik/operands/register.h
index 00b05fb..c3510b1 100644
--- a/src/arch/dalvik/operands/register.h
+++ b/src/arch/dalvik/operands/register.h
@@ -28,6 +28,7 @@
#include <glib-object.h>
+#include "../register.h"
#include "../../operand.h"
#include "../../../common/endianness.h"
@@ -54,6 +55,9 @@ GType g_dalvik_register_operand_get_type(void);
/* Crée un opérande visant un registre Dalvik. */
GArchOperand *g_dalvik_register_operand_new(const bin_t *, off_t *, off_t, bool *, MemoryDataSize, SourceEndian);
+/* Crée un opérande visant un registre Dalvik. */
+GArchOperand *g_dalvik_register_operand_new_from_existing(GDalvikRegister *);
+
#endif /* _ARCH_DALVIK_OPERANDS_REGISTER_H */