Chromium Code Reviews| Index: runtime/vm/disassembler_mips.cc | 
| =================================================================== | 
| --- runtime/vm/disassembler_mips.cc (revision 26375) | 
| +++ runtime/vm/disassembler_mips.cc (working copy) | 
| @@ -215,7 +215,7 @@ | 
| reinterpret_cast<uword>(instr) + off + Instr::kInstrSize; | 
| buffer_pos_ += OS::SNPrint(current_position_in_buffer(), | 
| remaining_size_in_buffer(), | 
| - "%#"Px"", | 
| + "%#" Px "", | 
| destination); | 
| return 4; | 
| } |