* sh-opc.h (sh_table): Don't use empty initializers.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 9 Jun 2001 22:42:30 +0000 (22:42 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 9 Jun 2001 22:42:30 +0000 (22:42 +0000)
opcodes/ChangeLog
opcodes/sh-opc.h

index 2e7e09e39dbd5584d0c8d383468f5f01daa43d28..314e35db5b6bd53933f017a10e39eba738a5f816 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sh-opc.h (sh_table): Don't use empty initializers.
+
 2001-06-06  Christian Groessler <cpg@aladdin.de>
 
         * z8k-dis.c: Fix formatting.
index aae7f3b7d37c6a135742655838b7e3d384fe4549..065413c9f572e7e9366b2822dee738ab00aa6a31 100644 (file)
@@ -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
This page took 0.028528 seconds and 4 git commands to generate.