| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index ca099b55956bdd8855f5fc6426ba32bef49144b8..ace33b03ee3ad5718a7b870aa6157c5f4f3abd56 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1324,7 +1324,7 @@ static RawError* CompileFunctionHelper(CompilationPipeline* pipeline,
|
| if (trace_compiler && success) {
|
| THR_Print("--> '%s' entry: %#" Px " size: %" Pd " time: %" Pd64 " us\n",
|
| function.ToFullyQualifiedCString(),
|
| - Code::Handle(function.CurrentCode()).EntryPoint(),
|
| + Code::Handle(function.CurrentCode()).PayloadStart(),
|
| Code::Handle(function.CurrentCode()).Size(),
|
| per_compile_timer.TotalElapsedTime());
|
| }
|
|
|