Revision: 12537
Author: [email protected]
Date: Tue Sep 18 04:06:05 2012
Log: Fix printing of HCallKnownGlobal.
[email protected]
Review URL: https://codereview.chromium.org/10941009
http://code.google.com/p/v8/source/detail?r=12537
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.cc Thu Aug 23
09:14:01 2012
+++ /branches/bleeding_edge/src/hydrogen-instructions.cc Tue Sep 18
04:06:05 2012
@@ -707,7 +707,7 @@
void HCallKnownGlobal::PrintDataTo(StringStream* stream) {
- stream->Add("o ", target()->shared()->DebugName());
+ stream->Add("%o ", target()->shared()->DebugName());
stream->Add("#%d", argument_count());
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev