Chromium Code Reviews| Index: runtime/vm/constants_ia32.h |
| diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h |
| index ca449d8730920ed152fdd05bd7c2a1cf05ad6809..25f927f329a6c88ca615fab50fa7a051e6eb148b 100644 |
| --- a/runtime/vm/constants_ia32.h |
| +++ b/runtime/vm/constants_ia32.h |
| @@ -122,7 +122,9 @@ enum Condition { |
| NEGATIVE = SIGN, |
| POSITIVE = NOT_SIGN, |
| CARRY = BELOW, |
| - NOT_CARRY = ABOVE_EQUAL |
| + NOT_CARRY = ABOVE_EQUAL, |
| + |
| + INVALID_CONDITION = 16 |
| }; |