diff options
author | Andrew Haley <aph@redhat.com> | 2000-02-24 16:19:36 +0000 |
---|---|---|
committer | Andrew Haley <aph@redhat.com> | 2000-02-24 16:19:36 +0000 |
commit | cfcdbe979065f75a9cefa1925253a4e29c5b6fb1 (patch) | |
tree | 8c54bd15a54b6455ac65ce52be126f6b4789e96f /opcodes/m32r-dis.c | |
parent | 36bf8ab9fb86c4e3c5b5742ad32c3f0d6bd362aa (diff) | |
download | gdb-cfcdbe979065f75a9cefa1925253a4e29c5b6fb1.zip gdb-cfcdbe979065f75a9cefa1925253a4e29c5b6fb1.tar.gz gdb-cfcdbe979065f75a9cefa1925253a4e29c5b6fb1.tar.bz2 |
2000-02-23 Andrew Haley <aph@cygnus.com>
* m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
m32r-ibld.c,m32r-opc.h: Rebuild.
Diffstat (limited to 'opcodes/m32r-dis.c')
-rw-r--r-- | opcodes/m32r-dis.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/m32r-dis.c b/opcodes/m32r-dis.c index f880784..d6d5377 100644 --- a/opcodes/m32r-dis.c +++ b/opcodes/m32r-dis.c @@ -421,10 +421,14 @@ print_insn (cd, pc, info, buf, buflen) CGEN_FIELDS fields; int length; -#if 0 /* not needed as insn shouldn't be in hash lists if not supported */ +#ifdef CGEN_VALIDATE_INSN_SUPPORTED + /* not needed as insn shouldn't be in hash lists if not supported */ /* Supported by this cpu? */ if (! m32r_cgen_insn_supported (cd, insn)) - continue; + { + insn_list = CGEN_DIS_NEXT_INSN (insn_list); + continue; + } #endif /* Basic bit mask must be correct. */ |