| Index: src/ppc/codegen-ppc.cc
|
| diff --git a/src/ppc/codegen-ppc.cc b/src/ppc/codegen-ppc.cc
|
| index 1074e872bf00713c401c57ed6355a44cd71e59be..deca6966473a355b9dea04bb91843b4c06cbbd3a 100644
|
| --- a/src/ppc/codegen-ppc.cc
|
| +++ b/src/ppc/codegen-ppc.cc
|
| @@ -46,9 +46,7 @@ UnaryMathFunction CreateExpFunction() {
|
| Register temp3 = r9;
|
|
|
| // Called from C
|
| -#if ABI_USES_FUNCTION_DESCRIPTORS
|
| __ function_descriptor();
|
| -#endif
|
|
|
| __ Push(temp3, temp2, temp1);
|
| MathExpGenerator::EmitMathExp(&masm, input, result, double_scratch1,
|
| @@ -88,9 +86,7 @@ UnaryMathFunction CreateSqrtFunction() {
|
| MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
|
|
|
| // Called from C
|
| -#if ABI_USES_FUNCTION_DESCRIPTORS
|
| __ function_descriptor();
|
| -#endif
|
|
|
| __ MovFromFloatParameter(d1);
|
| __ fsqrt(d1, d1);
|
|
|