| Index: runtime/vm/instructions_x64_test.cc
|
| diff --git a/runtime/vm/instructions_x64_test.cc b/runtime/vm/instructions_x64_test.cc
|
| index ba40c306eab851840bda41f453902665280eb1f0..f6c7df82f545b890b7ef90d70b3f203c2b6718e8 100644
|
| --- a/runtime/vm/instructions_x64_test.cc
|
| +++ b/runtime/vm/instructions_x64_test.cc
|
| @@ -26,7 +26,7 @@ static intptr_t prologue_code_size = -1;
|
| ASSEMBLER_TEST_GENERATE(Jump, assembler) {
|
| ASSERT(assembler->CodeSize() == 0);
|
| __ pushq(PP);
|
| - __ LoadPoolPointer(PP);
|
| + __ LoadPoolPointer();
|
| prologue_code_size = assembler->CodeSize();
|
| __ JmpPatchable(&StubCode::InvokeDartCodeLabel(), PP);
|
| const ExternalLabel array_label(StubCode::AllocateArrayEntryPoint());
|
|
|