summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/opcodes/rsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/dalvik/opcodes/rsub.c')
-rw-r--r--src/arch/dalvik/opcodes/rsub.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/dalvik/opcodes/rsub.c b/src/arch/dalvik/opcodes/rsub.c
index 37434eb..04987ae 100644
--- a/src/arch/dalvik/opcodes/rsub.c
+++ b/src/arch/dalvik/opcodes/rsub.c
@@ -61,6 +61,8 @@ GArchInstruction *dalvik_read_instr_rsub_int(const bin_t *data, off_t *pos, off_
return NULL;
}
+ dalvik_mark_first_operand_as_written(result);
+
return result;
}
@@ -98,6 +100,8 @@ GArchInstruction *dalvik_read_instr_rsub_int_lit8(const bin_t *data, off_t *pos,
return NULL;
}
+ dalvik_mark_first_operand_as_written(result);
+
return result;
}