diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:43:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-29 22:43:32 +0000 |
commit | d9a35582d091a445b5d6f1333bc87c05cef9ad7e (patch) | |
tree | 3a05417d3553c7419b0aa7a3b744ea16f11d2bb9 /opcodes/d30v-dis.c | |
parent | ca0c1d3ede0dae0a3a174896bc8d286d5bbeed35 (diff) | |
download | gdb-d9a35582d091a445b5d6f1333bc87c05cef9ad7e.zip gdb-d9a35582d091a445b5d6f1333bc87c05cef9ad7e.tar.gz gdb-d9a35582d091a445b5d6f1333bc87c05cef9ad7e.tar.bz2 |
* d30v-dis.c: Fix a comment typo.
Diffstat (limited to 'opcodes/d30v-dis.c')
-rw-r--r-- | opcodes/d30v-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c index f8c5c60..c6c3f74 100644 --- a/opcodes/d30v-dis.c +++ b/opcodes/d30v-dis.c @@ -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) |