Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 7fa2fd62c56035d7ef11559f39e7b28cee2da2e3..74b230af2084a0ca7c3af5594f6f6c49601a9ae3 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -214,6 +214,8 @@ enum VisitMode { |
enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; |
+static const int kPrologueOffsetNotSet = -1; |
+ |
// A CodeDesc describes a buffer holding instructions and relocation |
// information. The instructions start at the beginning of the buffer |
// and grow forward, the relocation information starts at the end of |