| Index: runtime/vm/instructions_x64.cc
|
| diff --git a/runtime/vm/instructions_x64.cc b/runtime/vm/instructions_x64.cc
|
| index 0f78807306baafe82b3f4d09511d662ce37670f9..7b0b4aed15b5614ca314d3b0e70232fa829e0a28 100644
|
| --- a/runtime/vm/instructions_x64.cc
|
| +++ b/runtime/vm/instructions_x64.cc
|
| @@ -13,7 +13,7 @@ namespace dart {
|
|
|
| intptr_t InstructionPattern::IndexFromPPLoad(uword start) {
|
| int32_t offset = *reinterpret_cast<int32_t*>(start);
|
| - offset += kHeapObjectTag;
|
| + offset += kHeapObjectTag;
|
| return (offset - Array::data_offset()) / kWordSize;
|
| }
|
|
|
|
|