Index: runtime/vm/flow_graph_compiler_x64.cc |
diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc |
index 52f8d6452ad0d3508e25b99b78f0e86cc1c03ddf..53443e19667851a821ef07a4938b172095b51348 100644 |
--- a/runtime/vm/flow_graph_compiler_x64.cc |
+++ b/runtime/vm/flow_graph_compiler_x64.cc |
@@ -30,7 +30,7 @@ void CompilerDeoptInfoWithStub::GenerateCode(FlowGraphCompiler* compiler, |
ASSERT(reason() != kDeoptAtCall); |
Assembler* assem = compiler->assembler(); |
#define __ assem-> |
- __ Comment("Deopt stub for id %d", deopt_id()); |
+ __ Comment("Deopt stub for id %"Pd"", deopt_id()); |
__ Bind(entry_label()); |
ASSERT(deoptimization_env() != NULL); |