| Index: src/mips/ic-mips.cc
|
| diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc
|
| index 2c4da1a886455d6edd64004ed3c18d18c111bfdc..32da2df182e2f21f783e29d52a50831591d42011 100644
|
| --- a/src/mips/ic-mips.cc
|
| +++ b/src/mips/ic-mips.cc
|
| @@ -767,7 +767,7 @@ static MemOperand GenerateMappedArgumentsLookup(MacroAssembler* masm,
|
| __ Branch(slow_case, lt, scratch2, Operand(FIRST_JS_RECEIVER_TYPE));
|
|
|
| // Check that the key is a positive smi.
|
| - __ And(scratch1, key, Operand(0x8000001));
|
| + __ And(scratch1, key, Operand(0x80000001));
|
| __ Branch(slow_case, ne, scratch1, Operand(zero_reg));
|
|
|
| // Load the elements into scratch1 and check its map.
|
|
|