Fix compile time warnings in cgen-generated files
[deliverable/binutils-gdb.git] / opcodes / m32r-opinst.c
index 781f8e78fc9146cf511e830a82467db5123d560b..aaaa1c0749a2fb8fc4dee8c97ba1effa3f1a2ff4 100644 (file)
@@ -36,9 +36,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #else
 #define OP_ENT(op) M32R_OPERAND_/**/op
 #endif
-#define INPUT    CGEN_OPINST_INPUT
-#define OUTPUT   CGEN_OPINST_OUTPUT
-#define END      CGEN_OPINST_END, "", 0, 0, 0, 0, 0 
+#define INPUT CGEN_OPINST_INPUT
+#define OUTPUT CGEN_OPINST_OUTPUT
+#define END CGEN_OPINST_END
 #define COND_REF CGEN_OPINST_COND_REF
 
 static const CGEN_OPINST sfmt_empty_ops[] = {
This page took 0.027592 seconds and 4 git commands to generate.