Index: src/mips64/simulator-mips64.cc |
diff --git a/src/mips64/simulator-mips64.cc b/src/mips64/simulator-mips64.cc |
index 2382f44fb8d731bcebb99e98f257abf8236b3113..16bc2128131f3eeb6ac5f70c839b360d3a928b7f 100644 |
--- a/src/mips64/simulator-mips64.cc |
+++ b/src/mips64/simulator-mips64.cc |
@@ -3791,6 +3791,7 @@ void Simulator::DecodeTypeRegisterSPECIAL( |
break; |
case DSLL: |
set_register(rd_reg, alu_out); |
+ TraceRegWr(alu_out); |
break; |
case DIV: |
case DDIV: |
@@ -4412,7 +4413,6 @@ void Simulator::DecodeTypeImmediate(Instruction* instr) { |
UNREACHABLE(); |
} |
- |
// ---------- Raise exceptions triggered. |
SignalExceptions(); |