Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-01 20:55:50 +0400
committerJeff Law <law@redhat.com>2000-05-01 20:55:50 +0400
commitf8c723b8f8d588b86eeeb276bf1668818994c723 (patch)
treee3be3a7d4eca56db9f3fdd0b8ed4dc0f84c6d2ae /include/opcode/h8300.h
parentf115d4c2b2cbde5fb973aff7495c5a82495e2522 (diff)
* 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 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},\