Index: runtime/vm/flow_graph_compiler_arm.cc |
=================================================================== |
--- runtime/vm/flow_graph_compiler_arm.cc (revision 26375) |
+++ runtime/vm/flow_graph_compiler_arm.cc (working copy) |
@@ -150,7 +150,7 @@ |
ASSERT(reason() != kDeoptAtCall); |
Assembler* assem = compiler->assembler(); |
#define __ assem-> |
- __ Comment("Deopt stub for id %"Pd"", deopt_id()); |
+ __ Comment("Deopt stub for id %" Pd "", deopt_id()); |
__ Bind(entry_label()); |
if (FLAG_trap_on_deoptimization) __ bkpt(0); |