fix compile time warning messages
authorNick Clifton <nickc@redhat.com>
Fri, 21 Sep 2001 06:52:20 +0000 (06:52 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 21 Sep 2001 06:52:20 +0000 (06:52 +0000)
include/opcode/ChangeLog
include/opcode/h8300.h

index 86e10696ebde697cc140114aa913e1815a67189e..96e8ac14cc3deb4d9c720a469e0c77f8601efaaf 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * h8300.h: Fix compile time warning messages
+
 2001-09-04  Richard Henderson  <rth@redhat.com>
 
        * alpha.h (struct alpha_operand): Pack elements into bitfields.
index 7ea87982ce2bd944a241877e5befa3f42adf6485..79aa0319f719479c0fe8e044e96573ce5063318a 100644 (file)
@@ -594,7 +594,7 @@ struct h8_opcode h8_opcodes[] =
   NEW_SOP(O(O_STMAC,SL),1,2,"stmac"),{{MACREG,RD32,E}},{{0x0,0x2,MACREG,RD32,E}} EOP,
   NEW_SOP(O(O_LDM,SL),0,6,"ldm.l"),{{RSINC, RS32, E}},{{ 0x0,0x1,IGNORE,0x0,0x6,0xD,0x7,IGNORE,E}}EOP,
   NEW_SOP(O(O_STM,SL),0,6,"stm.l"),{{RS32, RDDEC, E}},{{0x0,0x1,IGNORE,0x0,0x6,0xD,0xF,IGNORE,E}}EOP,
-  { 0 }
+  {0, 0, 0, NULL, {{0,0,0}}, {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}, 0, 0, 0, 0}
 };
 #else
 extern struct h8_opcode h8_opcodes[];
This page took 0.026991 seconds and 4 git commands to generate.