Don't add a space before `/*' when processing comments.
[deliverable/binutils-gdb.git] / opcodes / m32r-dis.c
index f880784caaa301da274abdb34c79a96d9d25f60a..d6d53773744276d26eab8d77260a6a10f6fb9c31 100644 (file)
@@ -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.  */
This page took 0.024514 seconds and 4 git commands to generate.