* h8300.h (EOP): Add missing initializer.
authorJeff Law <law@redhat.com>
Mon, 1 May 2000 16:55:50 +0000 (16:55 +0000)
committerJeff Law <law@redhat.com>
Mon, 1 May 2000 16:55:50 +0000 (16:55 +0000)
include/opcode/ChangeLog
include/opcode/h8300.h

index 3084081f3e6fd07fd050630cc5d89ea4a139a863..5b1e41e0fda480a4cbede10dd7ff219ae5974891 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-01  Kazu Hirata  <kazu@hxi.com>
+
+       * h8300.h (EOP): Add missing initializer.
+
 Fri Apr 21 15:03:37 2000  Jason Eckhardt  <jle@cygnus.com>
 
        * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode
index 3a05e4ee21c8be9ec49dcfa7f8e92ee7b74619f2..6def737086ce5324372eaeedf011f8d585d2068b 100644 (file)
@@ -182,7 +182,7 @@ struct h8_opcode
 
 #define NEW_SOP(code, in,x,name) \
 {code, in, x,  name 
-#define EOP  ,0,0,0 }
+#define EOP  ,0,0,0,0 }
 
 #define TWOOP(code, name, op1, op2,op3) \
 { code,1, 2,name, {{IMM8, RD8, E}},    {{ op1, RD8, IMM8, IGNORE, E, 0, 0, 0, 0}}, 0, 0, 0, 0},\
This page took 0.026773 seconds and 4 git commands to generate.