Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 7fa2fd62c56035d7ef11559f39e7b28cee2da2e3..0de8c78c674c10d2bc834c2de2e82df2016f59cd 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -213,6 +213,7 @@ enum VisitMode { |
// Flag indicating whether code is built into the VM (one of the natives files). |
enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; |
+static const int kPrologueOffsetNotSet = -1; |
danno
2013/10/04 16:30:09
This is probably better suited to be in codegen.h
rmcilroy
2013/10/07 10:56:13
It is needed in a number of .h files (heap.h, fact
|
// A CodeDesc describes a buffer holding instructions and relocation |
// information. The instructions start at the beginning of the buffer |