Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 9fff5524ac7e871d375044ad4b3108a12e9ab8ff..cbefa97340e8561041104e5cf0c9d2dd4d574cd7 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -403,6 +403,8 @@ DEFINE_bool(enable_32dregs, ENABLE_32DREGS_DEFAULT, |
"enable use of d16-d31 registers on ARM - this requires VFP3") |
DEFINE_bool(enable_vldr_imm, false, |
"enable use of constant pools for double immediate (ARM only)") |
+DEFINE_bool(enable_aligned_doubles, true, |
+ "enable use of ldc1/sdc1 for double accessses (MIPS only)") |
// bootstrapper.cc |
DEFINE_string(expose_natives_as, NULL, "expose natives in global object") |