Index: src/ppc/assembler-ppc.h |
diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h |
index 982f126169461bb0356b9f0f806f12bbc938a561..27af916db4e59c9ce4acd8c078c5549d772cba5b 100644 |
--- a/src/ppc/assembler-ppc.h |
+++ b/src/ppc/assembler-ppc.h |
@@ -659,9 +659,11 @@ class Assembler : public AssemblerBase { |
// blrl |
static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize; |
- // This is the length of the BreakLocationIterator::SetDebugBreakAtReturn() |
+ // This is the length of the BreakLocation::SetDebugBreakAtReturn() |
// code patch FIXED_SEQUENCE |
static const int kJSReturnSequenceInstructions = kMovInstructions + 3; |
+ static const int kJSReturnSequenceLength = |
+ kJSReturnSequenceInstructions * kInstrSize; |
// This is the length of the code sequence from SetDebugBreakAtSlot() |
// FIXED_SEQUENCE |