| Index: src/simulator-arm.cc
|
| diff --git a/src/simulator-arm.cc b/src/simulator-arm.cc
|
| index 768885a27f1d90162c414b0238679a793410cc1a..4d8bcdc403328d404c090492ffcda362260fe51e 100644
|
| --- a/src/simulator-arm.cc
|
| +++ b/src/simulator-arm.cc
|
| @@ -45,9 +45,6 @@ using ::v8::internal::ReadLine;
|
| using ::v8::internal::DeleteArray;
|
|
|
|
|
| -DEFINE_bool(trace_sim, false, "trace simulator execution");
|
| -
|
| -
|
| // The Debugger class is used by the simulator while debugging simulated ARM
|
| // code.
|
| class Debugger {
|
| @@ -1393,9 +1390,6 @@ void Simulator::InstructionDecode(Instr* instr) {
|
| }
|
|
|
|
|
| -DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions");
|
| -
|
| -
|
| //
|
| void Simulator::execute() {
|
| // Get the PC to simulate. Cannot use the accessor here as we need the
|
|
|