aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/simops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/d10v/simops.c')
-rw-r--r--sim/d10v/simops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/d10v/simops.c b/sim/d10v/simops.c
index da60b2c..a1af4f9 100644
--- a/sim/d10v/simops.c
+++ b/sim/d10v/simops.c
@@ -1197,7 +1197,7 @@ OP_6201 ()
void
OP_6200 ()
{
- trace_input ("ld", OP_REG_OUTPUT, OP_MEMREF, OP_VOID);
+ trace_input ("ld2w", OP_REG_OUTPUT, OP_MEMREF, OP_VOID);
State.regs[OP[0]] = RW (State.regs[OP[1]]);
State.regs[OP[0]+1] = RW (State.regs[OP[1]]+2);
trace_output (OP_REG);