diff options
Diffstat (limited to 'sim/m32r/mloop2.in')
-rw-r--r-- | sim/m32r/mloop2.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/mloop2.in b/sim/m32r/mloop2.in index 202bdd1..b363b85 100644 --- a/sim/m32r/mloop2.in +++ b/sim/m32r/mloop2.in @@ -107,7 +107,7 @@ emit_parallel (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn, with the first insn. */ /* ??? Revisit to handle exceptions right. */ - /* FIXME: No need to handle this parallely if second is nop. */ + /* FIXME: No need to handle this parallelly if second is nop. */ id = emit_16 (current_cpu, pc, insn >> 16, sc, fast_p, 1); /* Note that this can never be a cti. No cti's go in the S pipeline. */ |