| Index: src/compiler/ppc/code-generator-ppc.cc
|
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
|
| index 80b407c6ecfa8390132000e8b4c980d37804e574..ba412a408c2ce00f8fb1ed27a67506650c1316f6 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -2344,6 +2344,7 @@ void CodeGenerator::AssembleReturn(InstructionOperand* pop) {
|
| __ Ret();
|
| }
|
|
|
| +void CodeGenerator::FinishCode() {}
|
|
|
| void CodeGenerator::AssembleMove(InstructionOperand* source,
|
| InstructionOperand* destination) {
|
|
|