Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 4139) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1905,6 +1905,7 @@ |
| kDeopt = 0, // Deoptimization cotinuation point. |
| kPatchCode, // Buffer for patching code entry. |
| kIcCall, // IC call. |
| + kReturn, // Return from function. |
| kOther |
| }; |