* d30v-dis.c: Fix a comment typo.

This commit is contained in:
Kazu Hirata
2001-10-29 22:43:32 +00:00
parent ca0c1d3ede
commit d9a35582d0
2 changed files with 5 additions and 1 deletions

View File

@@ -314,7 +314,7 @@ print_insn (info, memaddr, num, insn, is_long, show_ext)
}
/* repeati has a relocation, but its first argument is a plain
immediate. OTOH instructions like djsri have a pc-relative
delay target, but a absolute jump target. Therefore, a test
delay target, but an absolute jump target. Therefore, a test
of insn->op->reloc_flag is not specific enough; we must test
if the actual operand we are handling now is pc-relative. */
else if (oper->flags & OPERAND_PCREL)