From cfcdbe979065f75a9cefa1925253a4e29c5b6fb1 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Thu, 24 Feb 2000 16:19:36 +0000 Subject: 2000-02-23 Andrew Haley * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c, m32r-ibld.c,m32r-opc.h: Rebuild. --- opcodes/m32r-dis.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'opcodes/m32r-dis.c') 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. */ -- cgit v1.1