Index: src/ppc/assembler-ppc.h |
diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h |
index 8a3efb313e80b9dac53448f61ec679d9c841bb98..60077182c8afaf5cffc684ab8218e7512280e5a5 100644 |
--- a/src/ppc/assembler-ppc.h |
+++ b/src/ppc/assembler-ppc.h |
@@ -1298,6 +1298,9 @@ class Assembler : public AssemblerBase { |
// Mark address of the ExitJSFrame code. |
void RecordJSReturn(); |
+ // Mark generator continuation. |
+ void RecordGeneratorContinuation(); |
+ |
// Mark address of a debug break slot. |
void RecordDebugBreakSlot(); |
void RecordDebugBreakSlotForCall(int argc); |