Index: runtime/vm/constants_dbc.h |
diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h |
index 5e843617e9108132ef7dcc691f04c2f9eec9acac..eb2b21fe107cbc1933b619c73145d087003af924 100644 |
--- a/runtime/vm/constants_dbc.h |
+++ b/runtime/vm/constants_dbc.h |
@@ -996,7 +996,7 @@ const intptr_t kNumberOfFpuRegisters = 1; |
// instruction is executed if the comparison is true and skipped over overwise. |
// Condition NEXT_IS_FALSE means the following instruction is executed if the |
// comparison is false and skipped over otherwise. |
-enum Condition { NEXT_IS_TRUE, NEXT_IS_FALSE }; |
+enum Condition { NEXT_IS_TRUE, NEXT_IS_FALSE, INVALID_CONDITION }; |
} // namespace dart |