Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 22827) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -7099,6 +7099,7 @@ |
| case PcDescriptors::kFuncCall: return "fn-call "; |
| case PcDescriptors::kClosureCall: return "closure-call "; |
| case PcDescriptors::kReturn: return "return "; |
| + case PcDescriptors::kEqualNull: return "equal-null "; |
| case PcDescriptors::kOther: return "other "; |
| } |
| UNREACHABLE(); |