summaryrefslogtreecommitdiff
path: root/plugins/dalvik/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dalvik/operand.c')
-rw-r--r--plugins/dalvik/operand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/operand.c b/plugins/dalvik/operand.c
index a176721..4db8fa9 100644
--- a/plugins/dalvik/operand.c
+++ b/plugins/dalvik/operand.c
@@ -749,7 +749,7 @@ void dalvik_mark_first_operand_as_written(GArchInstruction *instr)
operand = g_arch_instruction_get_operand(instr, 0);
- g_register_operand_mark_as_written(G_REGISTER_OPERAND(operand));
+ g_arch_operand_set_flag(operand, ROF_IS_WRITTEN);
g_object_unref(G_OBJECT(operand));