Chromium Code Reviews| Index: src/arm/ic-arm.cc |
| =================================================================== |
| --- src/arm/ic-arm.cc (revision 4950) |
| +++ src/arm/ic-arm.cc (working copy) |
| @@ -1722,7 +1722,7 @@ |
| // Count leading zeros. |
| // Gets the wrong answer for 0, but we already checked for that case above. |
| Register zeros = scratch2; |
| - __ CountLeadingZeros(ival, scratch1, zeros); |
| + __ CountLeadingZeros(zeros, ival, scratch1); |
| // Compute exponent and or it into the exponent register. |
| __ rsb(scratch1, |