| Index: src/builtins/ppc/builtins-ppc.cc
|
| diff --git a/src/builtins/ppc/builtins-ppc.cc b/src/builtins/ppc/builtins-ppc.cc
|
| index 52df740212203a685f5095c0a067e3cc3f1be7b2..678287f37b8adab7b28af486421880b33dcaeb42 100644
|
| --- a/src/builtins/ppc/builtins-ppc.cc
|
| +++ b/src/builtins/ppc/builtins-ppc.cc
|
| @@ -1506,7 +1506,7 @@
|
| __ lbz(r8, FieldMemOperand(entry,
|
| SharedFunctionInfo::kMarkedForTierUpByteOffset));
|
| __ TestBit(r8, SharedFunctionInfo::kMarkedForTierUpBitWithinByte, r0);
|
| - __ bne(&gotta_call_runtime);
|
| + __ beq(&gotta_call_runtime);
|
| // Is the full code valid?
|
| __ LoadP(entry, FieldMemOperand(entry, SharedFunctionInfo::kCodeOffset));
|
| __ lwz(r8, FieldMemOperand(entry, Code::kFlagsOffset));
|
|
|