* h8300.h (EOP): Add missing initializer.

This commit is contained in:
Jeff Law 2000-05-01 16:55:50 +00:00
parent 5330533d30
commit c5d05dbb5e
2 changed files with 5 additions and 1 deletions

View 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

View 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},\