Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: src/simulator-arm.cc

Issue 1935: New static flags system (Closed)
Patch Set: Merge, again. Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/serialize.cc ('k') | src/spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/serialize.cc ('k') | src/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698