Revision: 20517
Author:   [email protected]
Date:     Fri Apr  4 15:02:39 2014 UTC
Log:      ARM64: fix simulator constructor

BUG=
[email protected], [email protected]

Review URL: https://codereview.chromium.org/226023002
http://code.google.com/p/v8/source/detail?r=20517

Modified:
 /branches/bleeding_edge/src/arm64/simulator-arm64.cc

=======================================
--- /branches/bleeding_edge/src/arm64/simulator-arm64.cc Thu Apr 3 14:30:44 2014 UTC +++ /branches/bleeding_edge/src/arm64/simulator-arm64.cc Fri Apr 4 15:02:39 2014 UTC
@@ -392,7 +392,7 @@
       last_debugger_input_(NULL),
       log_parameters_(NO_PARAM),
       isolate_(NULL) {
-  Init(NULL);
+  Init(stdout);
   CHECK(!FLAG_trace_sim && !FLAG_log_instruction_stats);
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to