Chromium Code Reviews| Index: runtime/vm/constants_x64.h |
| diff --git a/runtime/vm/constants_x64.h b/runtime/vm/constants_x64.h |
| index 080b6e8e7c546d4039bc3be7260d1aca33564bbe..579ea56ee8e0589dbe311cc002fb83c536eb924d 100644 |
| --- a/runtime/vm/constants_x64.h |
| +++ b/runtime/vm/constants_x64.h |
| @@ -109,7 +109,9 @@ enum Condition { |
| ZERO = EQUAL, |
| NOT_ZERO = NOT_EQUAL, |
| NEGATIVE = SIGN, |
| - POSITIVE = NOT_SIGN |
| + POSITIVE = NOT_SIGN, |
| + CARRY = BELOW, |
| + NOT_CARRY = ABOVE_EQUAL |
| }; |