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

Unified Diff: runtime/vm/stack_frame.cc

Issue 23072026: fix cpp11 compile errors (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
Index: runtime/vm/stack_frame.cc
===================================================================
--- runtime/vm/stack_frame.cc (revision 26375)
+++ runtime/vm/stack_frame.cc (working copy)
@@ -27,7 +27,7 @@
void StackFrame::Print() const {
- OS::Print("[%-8s : sp(%#"Px") ]\n", GetName(), sp());
+ OS::Print("[%-8s : sp(%#" Px ") ]\n", GetName(), sp());
}

Powered by Google App Engine
This is Rietveld 408576698