Chromium Code Reviews| Index: src/mips/simulator-mips.h |
| diff --git a/src/mips/simulator-mips.h b/src/mips/simulator-mips.h |
| index 00b79b3cfe24799322c7419f905e1f70673e4ed4..1459fbada3226e3dc68f024ca57088cafe455414 100644 |
| --- a/src/mips/simulator-mips.h |
| +++ b/src/mips/simulator-mips.h |
| @@ -378,6 +378,7 @@ class Simulator { |
| instr->OpcodeValue()); |
| } |
| InstructionDecode(instr); |
| + SNPrintF(trace_buf_, " "); |
| } |
| // ICache. |