| Index: src/ic/ppc/handler-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/handler-compiler-ppc.cc b/src/ic/ppc/handler-compiler-ppc.cc
|
| index e666c91d027fca036ce2de38f2fb23f04a4aac1d..b6de7601d8ecef745d2eb593c58786a6c204143f 100644
|
| --- a/src/ic/ppc/handler-compiler-ppc.cc
|
| +++ b/src/ic/ppc/handler-compiler-ppc.cc
|
| @@ -141,7 +141,7 @@ void PropertyHandlerCompiler::GenerateDictionaryNegativeLookup(
|
|
|
| // Check that receiver is a JSObject.
|
| __ lbz(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
|
| - __ cmpi(scratch0, Operand(FIRST_SPEC_OBJECT_TYPE));
|
| + __ cmpi(scratch0, Operand(FIRST_JS_RECEIVER_TYPE));
|
| __ blt(miss_label);
|
|
|
| // Load properties array.
|
|
|