Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 30cbcd7bc60fbf6f2f08153fc46b093fb903b7a9..9a365e718c31e7407f4b602865c24042da58953e 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -380,6 +380,11 @@ DEFINE_bool(enable_vldr_imm, false, |
DEFINE_bool(force_long_branches, false, |
"force all emitted branches to be in long mode (MIPS only)") |
+// cpu-arm64.cc |
+DEFINE_bool(enable_always_align_csp, true, |
+ "enable alignment of csp to 16 bytes on platforms which prefer " |
+ "the register to always be aligned (ARM64 only)") |
+ |
// bootstrapper.cc |
DEFINE_string(expose_natives_as, NULL, "expose natives in global object") |
DEFINE_string(expose_debug_as, NULL, "expose debug in global object") |