aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/h8300.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-01 16:55:50 +0000
committerJeff Law <law@redhat.com>2000-05-01 16:55:50 +0000
commitc5d05dbb5e1f4d75a09a77cdd19d23639621e875 (patch)
treeb9f3d40512abf90b3ae210ed0373b42ac1089543 /include/opcode/h8300.h
parent5330533d3078b3afbbb01c29bbe5a477b7923e7f (diff)
downloadgdb-c5d05dbb5e1f4d75a09a77cdd19d23639621e875.zip
gdb-c5d05dbb5e1f4d75a09a77cdd19d23639621e875.tar.gz
gdb-c5d05dbb5e1f4d75a09a77cdd19d23639621e875.tar.bz2
* h8300.h (EOP): Add missing initializer.
Diffstat (limited to 'include/opcode/h8300.h')
-rw-r--r--include/opcode/h8300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h
index 3a05e4e..6def737 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},\