| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 3890)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -116,6 +116,8 @@
|
| "enable use of SAHF instruction if available (X64 only)")
|
| DEFINE_bool(enable_vfp3, true,
|
| "enable use of VFP3 instructions if available (ARM only)")
|
| +DEFINE_bool(enable_armv7, true,
|
| + "enable use of ARMv7 instructions if available (ARM only)")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
| @@ -217,7 +219,7 @@
|
| // rewriter.cc
|
| DEFINE_bool(optimize_ast, true, "optimize the ast")
|
|
|
| -// simulator-arm.cc
|
| +// simulator-arm.cc and simulator-mips.cc
|
| DEFINE_bool(trace_sim, false, "trace simulator execution")
|
| DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions")
|
|
|
|
|