Chromium Code Reviews| Index: src/ia32/macro-assembler-ia32.cc |
| =================================================================== |
| --- src/ia32/macro-assembler-ia32.cc (revision 4543) |
| +++ src/ia32/macro-assembler-ia32.cc (working copy) |
| @@ -100,6 +100,7 @@ |
| Register scratch, |
| Condition cc, |
| Label* branch) { |
| + ASSERT(cc == equal || cc == not_equal); |
|
Lasse Reichstein
2010/04/29 12:15:47
Use a boolean instead of only allowing a subset of
|
| if (Serializer::enabled()) { |
| // Can't do arithmetic on external references if it might get serialized. |
| mov(scratch, Operand(object)); |