| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index 0ff2beaa10d0523b6f3d222484e987d9d6532816..a9fb9829475480e51ea79f1feaa2cd70aaa3ead9 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -5644,8 +5644,6 @@ void CallApiCallbackStub::Generate(MacroAssembler* masm) {
|
| STATIC_ASSERT(FCA::kHolderIndex == 0);
|
| STATIC_ASSERT(FCA::kArgsLength == 7);
|
|
|
| - DCHECK(argc.is_immediate() || r6.is(argc.reg()));
|
| -
|
| // context save
|
| __ push(context);
|
| if (!is_lazy()) {
|
|
|