| Index: runtime/vm/code_patcher_arm64.cc
|
| diff --git a/runtime/vm/code_patcher_arm64.cc b/runtime/vm/code_patcher_arm64.cc
|
| index 166ee42d3a8d50fb4ce35bb961c8ca90b5014b9e..7b0afef646b834eb8ff43dd34959aae7b74fb7bf 100644
|
| --- a/runtime/vm/code_patcher_arm64.cc
|
| +++ b/runtime/vm/code_patcher_arm64.cc
|
| @@ -37,7 +37,7 @@ class PoolPointerCall : public ValueObject {
|
| }
|
|
|
| uword Target() const {
|
| - return reinterpret_cast<uword>(object_pool_.RawValueAt(pp_index()));
|
| + return object_pool_.RawValueAt(pp_index());
|
| }
|
|
|
| void SetTarget(uword target) const {
|
|
|