| Index: runtime/vm/deopt_instructions.cc
|
| ===================================================================
|
| --- runtime/vm/deopt_instructions.cc (revision 39210)
|
| +++ runtime/vm/deopt_instructions.cc (working copy)
|
| @@ -1070,7 +1070,7 @@
|
| Function::Handle(deopt_context->isolate(), code.function());
|
| ASSERT(function.HasCode());
|
| const intptr_t pc_marker =
|
| - code.EntryPoint() + Assembler::kEntryPointToPcMarkerOffset;
|
| + code.EntryPoint() + Assembler::EntryPointToPcMarkerOffset();
|
| *dest_addr = pc_marker;
|
| // Increment the deoptimization counter. This effectively increments each
|
| // function occurring in the optimized frame.
|
|
|