Index: src/ppc/regexp-macro-assembler-ppc.cc |
diff --git a/src/ppc/regexp-macro-assembler-ppc.cc b/src/ppc/regexp-macro-assembler-ppc.cc |
index 54acce16fbc68998287b4e80392035217fdb8d8e..fb8f1ee99592f5d8280facd0d477389d526734df 100644 |
--- a/src/ppc/regexp-macro-assembler-ppc.cc |
+++ b/src/ppc/regexp-macro-assembler-ppc.cc |
@@ -115,9 +115,7 @@ RegExpMacroAssemblerPPC::RegExpMacroAssemblerPPC(Mode mode, |
DCHECK_EQ(0, registers_to_save % 2); |
// Called from C |
-#if ABI_USES_FUNCTION_DESCRIPTORS |
__ function_descriptor(); |
-#endif |
__ b(&entry_label_); // We'll write the entry code later. |
// If the code gets too big or corrupted, an internal exception will be |