| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 37537)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -10254,7 +10254,6 @@
|
| case PcDescriptors::kOptStaticCall: return "opt-call ";
|
| case PcDescriptors::kUnoptStaticCall: return "unopt-call ";
|
| case PcDescriptors::kClosureCall: return "closure-call ";
|
| - case PcDescriptors::kReturn: return "return ";
|
| case PcDescriptors::kRuntimeCall: return "runtime-call ";
|
| case PcDescriptors::kOsrEntry: return "osr-entry ";
|
| case PcDescriptors::kOther: return "other ";
|
|
|