From bda22bbf151c7017167ae655bce68b63c429be68 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 9 Jun 2001 22:42:30 +0000 Subject: [PATCH] * sh-opc.h (sh_table): Don't use empty initializers. --- opcodes/ChangeLog | 4 ++++ opcodes/sh-opc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2e7e09e..314e35d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-06-09 Alexandre Oliva + + * sh-opc.h (sh_table): Don't use empty initializers. + 2001-06-06 Christian Groessler * z8k-dis.c: Fix formatting. diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index aae7f3b..065413c 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -835,7 +835,7 @@ sh_opcode_info sh_table[] = { /* 1111nn0111111101 ftrv XMTRX_M4,*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up}, -{ 0, {}, {}, 0 } +{ 0, {0}, {0}, 0 } }; #endif -- 2.7.4