Chromium Code Reviews| Index: runtime/vm/constants_ia32.h |
| diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h |
| index 4531e81942954eda76441c95f8d547a1006e65d4..1c8325ff8bd16a37866e539e53cf1fffa59716e0 100644 |
| --- a/runtime/vm/constants_ia32.h |
| +++ b/runtime/vm/constants_ia32.h |
| @@ -94,7 +94,9 @@ enum Condition { |
| ZERO = EQUAL, |
| NOT_ZERO = NOT_EQUAL, |
| NEGATIVE = SIGN, |
| - POSITIVE = NOT_SIGN |
| + POSITIVE = NOT_SIGN, |
| + CARRY = BELOW, |
| + NOT_CARRY = ABOVE_EQUAL |
| }; |