* h8300.h (EOP): Add missing initializer.
This commit is contained in:
parent
f115d4c2b2
commit
f8c723b8f8
|
@ -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>
|
Fri Apr 21 15:03:37 2000 Jason Eckhardt <jle@cygnus.com>
|
||||||
|
|
||||||
* hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode
|
* hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode
|
||||||
|
|
|
@ -182,7 +182,7 @@ struct h8_opcode
|
||||||
|
|
||||||
#define NEW_SOP(code, in,x,name) \
|
#define NEW_SOP(code, in,x,name) \
|
||||||
{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) \
|
#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},\
|
{ code,1, 2,name, {{IMM8, RD8, E}}, {{ op1, RD8, IMM8, IGNORE, E, 0, 0, 0, 0}}, 0, 0, 0, 0},\
|
||||||
|
|
Loading…
Reference in New Issue