Index: runtime/vm/constants_arm64.h |
diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h |
index bafbc730d0a42cf53d566e17710bf167a19f4835..151782640631e64d234181f7ccb4ba8b76131e8a 100644 |
--- a/runtime/vm/constants_arm64.h |
+++ b/runtime/vm/constants_arm64.h |
@@ -193,7 +193,8 @@ enum Condition { |
LE = 13, // signed less than or equal |
AL = 14, // always (unconditional) |
NV = 15, // special condition (refer to section C1.2.3) |
- kMaxCondition = 16, |
+ kNumberOfConditions = 16, |
+ kInvalidCondition = 16 |
}; |
static inline Condition InvertCondition(Condition c) { |