| Index: runtime/vm/unit_test.cc
|
| diff --git a/runtime/vm/unit_test.cc b/runtime/vm/unit_test.cc
|
| index a877a1af1923f5bd0d0fa292335f228c17c8a5a3..565df391910b417075257fa408ce9df0a54333c6 100644
|
| --- a/runtime/vm/unit_test.cc
|
| +++ b/runtime/vm/unit_test.cc
|
| @@ -403,7 +403,7 @@ void AssemblerTest::Assemble() {
|
| OS::Print("Code for test '%s' {\n", name_);
|
| const Instructions& instructions =
|
| Instructions::Handle(code_.instructions());
|
| - uword start = instructions.EntryPoint();
|
| + uword start = instructions.PayloadStart();
|
| Disassembler::Disassemble(start, start + assembler_->CodeSize());
|
| OS::Print("}\n");
|
| }
|
|
|