summaryrefslogtreecommitdiff
path: root/opcodes/sh-opc.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-06-09 22:42:30 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-06-09 22:42:30 +0000
commit66380bd1464a6a09351e22a73661bc3de2861718 (patch)
treee4c931140b39090dc2c3715622e83c9b45a8b320 /opcodes/sh-opc.h
parent9abd297f408d8234579e30fd9dcfbad97ad529ba (diff)
downloadbinutils-redhat-66380bd1464a6a09351e22a73661bc3de2861718.tar.gz
* sh-opc.h (sh_table): Don't use empty initializers.
Diffstat (limited to 'opcodes/sh-opc.h')
-rw-r--r--opcodes/sh-opc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h
index aae7f3b7d3..065413c9f5 100644
--- a/opcodes/sh-opc.h
+++ b/opcodes/sh-opc.h
@@ -835,7 +835,7 @@ sh_opcode_info sh_table[] = {
/* 1111nn0111111101 ftrv XMTRX_M4,<V_REG_n>*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up},
-{ 0, {}, {}, 0 }
+{ 0, {0}, {0}, 0 }
};
#endif