Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 1b0e33c15b18a3b784c5e0ff0d120fb4f7235c44..95404f9f9492e5e069d849ad7b06be17963d7bc6 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -802,6 +802,16 @@ DEFINE_implication(print_all_code, trace_codegen) |
#endif |
#endif |
+// |
+// Read-only flags |
+// |
+#undef FLAG |
+#define FLAG FLAG_READONLY |
+ |
+// assembler-arm.h |
+DEFINE_bool(enable_ool_constant_pool, false, |
+ "enable use of out-of-line constant pools (ARM only)") |
+ |
// Cleanup... |
#undef FLAG_FULL |
#undef FLAG_READONLY |