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

Unified Diff: runtime/vm/il_printer.cc

Issue 1268493006: Fix Dartium Mac build. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/il_printer.cc
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
index c6ff24941374ca86165251a94d9dc1310f9cd521..9c0a808f20c92849130a5003c5c3d17fb5557a20 100644
--- a/runtime/vm/il_printer.cc
+++ b/runtime/vm/il_printer.cc
@@ -139,7 +139,7 @@ void FlowGraphPrinter::PrintOneInstruction(Instruction* instr,
if (!instr->IsBlockEntry()) ISL_Print(" ");
ISL_Print("%s", str);
if (FLAG_trace_inlining_intervals) {
- ISL_Print(" iid: %"Pd"", instr->inlining_id());
+ ISL_Print(" iid: %" Pd "", instr->inlining_id());
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698