| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 476e5348af3dd96ea158c27559c29171d660903d..13de6b56eedd5b171d2e8ba2768a3ac6998b9e2e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -398,6 +398,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(force_long_branches, false,
|
| + "force all emitted branches to be in long mode (MIPS only)")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
|
|