From f8c723b8f8d588b86eeeb276bf1668818994c723 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 1 May 2000 16:55:50 +0000 Subject: [PATCH] * h8300.h (EOP): Add missing initializer. --- include/opcode/ChangeLog | 4 ++++ include/opcode/h8300.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 3084081f3..5b1e41e0f 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2000-05-01 Kazu Hirata + + * h8300.h (EOP): Add missing initializer. + Fri Apr 21 15:03:37 2000 Jason Eckhardt * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index 3a05e4ee2..6def73708 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -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},\ -- 2.43.5