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

Unified Diff: src/arm64/simulator-arm64.cc

Issue 226023002: ARM64: fix simulator constructor (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/simulator-arm64.cc
diff --git a/src/arm64/simulator-arm64.cc b/src/arm64/simulator-arm64.cc
index b24c9a692b0fe932b308dfbd6e1943876ef2c40e..41d20a5bba01fbc8e0741ca938a5a82aa978aed2 100644
--- a/src/arm64/simulator-arm64.cc
+++ b/src/arm64/simulator-arm64.cc
@@ -392,7 +392,7 @@ Simulator::Simulator()
last_debugger_input_(NULL),
log_parameters_(NO_PARAM),
isolate_(NULL) {
- Init(NULL);
+ Init(stdout);
CHECK(!FLAG_trace_sim && !FLAG_log_instruction_stats);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698