| Index: src/compiler/code-generator-impl.h
|
| diff --git a/src/compiler/code-generator-impl.h b/src/compiler/code-generator-impl.h
|
| index 74233ac6fe1dcdc47f0371d0fa99349bfbbb5042..3eadee4ce6535e78f1ca43ae9900d94600520581 100644
|
| --- a/src/compiler/code-generator-impl.h
|
| +++ b/src/compiler/code-generator-impl.h
|
| @@ -150,6 +150,8 @@ static inline void FinishCode(MacroAssembler* masm) {
|
| masm->CheckConstPool(true, false);
|
| #elif V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64
|
| masm->ud2();
|
| +#elif V8_TARGET_ARCH_PPC
|
| + masm->EmitConstantPool();
|
| #endif
|
| }
|
|
|
|
|