Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 3380) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -464,6 +464,8 @@ |
// to jump to. |
static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32. |
+ static const int kCallInstructionLength = 5; |
+ static const int kJSReturnSequenceLength = 6; |
// --------------------------------------------------------------------------- |
// Code generation |