| Index: runtime/vm/code_patcher_x64.cc
|
| diff --git a/runtime/vm/code_patcher_x64.cc b/runtime/vm/code_patcher_x64.cc
|
| index 7a53e66eb810cd23c9618038aae3bde9acd4c8e8..1f3f8e18aae25f6667fa7818dbef9e6f2b4d28f1 100644
|
| --- a/runtime/vm/code_patcher_x64.cc
|
| +++ b/runtime/vm/code_patcher_x64.cc
|
| @@ -121,7 +121,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 {
|
|
|