diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
commit | 82a76694ce7353f067734a905388175e2b6cf6b2 (patch) | |
tree | bf305353fbfc47816fd6745dd3c79c79ef9cfe5c /opcodes/m32r-opinst.c | |
parent | fc52e153510f5c1e60e4dfb0e8f69480734cc1f3 (diff) | |
download | gdb-82a76694ce7353f067734a905388175e2b6cf6b2.tar.gz |
Fix compile time warnings
Diffstat (limited to 'opcodes/m32r-opinst.c')
-rw-r--r-- | opcodes/m32r-opinst.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/m32r-opinst.c b/opcodes/m32r-opinst.c index aaaa1c0749a..781f8e78fc9 100644 --- a/opcodes/m32r-opinst.c +++ b/opcodes/m32r-opinst.c @@ -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 +#define INPUT CGEN_OPINST_INPUT +#define OUTPUT CGEN_OPINST_OUTPUT +#define END CGEN_OPINST_END, "", 0, 0, 0, 0, 0 #define COND_REF CGEN_OPINST_COND_REF static const CGEN_OPINST sfmt_empty_ops[] = { |