summaryrefslogtreecommitdiff
path: root/opcodes/sh-opc.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-06-04 04:10:38 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-06-04 04:10:38 +0000
commit98b47b7ac3b67b39a028230bd25bef7cbf401f48 (patch)
tree61574580c6710a1ea4dcf73288767afb88af00ca /opcodes/sh-opc.h
parente95bb2edeae299e87f6a00bc7cc4dd90cf2c250b (diff)
downloadbinutils-redhat-98b47b7ac3b67b39a028230bd25bef7cbf401f48.tar.gz
* sh-opc.h (sh_table): Complete last element entry to avoid
compiler warning.
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 a2822f51fd..aae7f3b7d3 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 }
};
#endif