Index: runtime/vm/constants_x64.h |
diff --git a/runtime/vm/constants_x64.h b/runtime/vm/constants_x64.h |
index 09fd07cc4a835262876a1afc8d81a2fb5c8fdb2e..3c24e0bd8859e77f0d09d155a0a50d2c3814c47d 100644 |
--- a/runtime/vm/constants_x64.h |
+++ b/runtime/vm/constants_x64.h |
@@ -147,9 +147,7 @@ enum Condition { |
NEGATIVE = SIGN, |
POSITIVE = NOT_SIGN, |
CARRY = BELOW, |
- NOT_CARRY = ABOVE_EQUAL, |
- |
- INVALID_CONDITION = 16 |
+ NOT_CARRY = ABOVE_EQUAL |
}; |
#define R(reg) (1 << (reg)) |