Index: runtime/vm/assembler_arm.h |
diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h |
index c40fd6b6899127b7b198224b5d6f8c0a6c7e1b8d..349a50e672956d7d07ed38676a49e45d41bf686c 100644 |
--- a/runtime/vm/assembler_arm.h |
+++ b/runtime/vm/assembler_arm.h |
@@ -1200,7 +1200,8 @@ class Assembler : public ValueObject { |
Condition cond = AL); |
// Writes new_value to address and its shadow location, if enabled, after |
// verifying that its old value matches its shadow. |
- void VerifiedWrite(const Address& address, |
+ void VerifiedWrite(Register object, |
+ const Address& address, |
Register new_value, |
FieldContent old_content); |