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()); |
} |