diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-03-31 20:31:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-03-31 20:31:05 +0000 |
commit | 2800518de8b7f622dcf32b136440a700efa38994 (patch) | |
tree | 05a53aa09553fafaaee4fce96dc612f096f64af9 /opcodes | |
parent | 048f107ed66bac6e75620a68c4be78c825ba11ef (diff) | |
download | gdb-2800518de8b7f622dcf32b136440a700efa38994.tar.gz |
Reverted the comment about inc/inc4, that was already implied by RN02.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/m10300-opc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/m10300-opc.c b/opcodes/m10300-opc.c index 2aeb5efb87f..9d90c5c4768 100644 --- a/opcodes/m10300-opc.c +++ b/opcodes/m10300-opc.c @@ -747,7 +747,6 @@ const struct mn10300_opcode mn10300_opcodes[] = { { "inc", 0x40, 0xf3, 0, FMT_S0, 0, {DN1}}, { "inc", 0x41, 0xf3, 0, FMT_S0, 0, {AN1}}, { "inc", 0xf9b800, 0xffff00, 0, FMT_D6, AM33, {RN02}}, - /* FIXME: inc and inc4 may accept two registers */ { "inc4", 0x50, 0xfc, 0, FMT_S0, 0, {AN0}}, { "inc4", 0xf9c800, 0xffff00, 0, FMT_D6, AM33, {RN02}}, |