fix compile time warning messages
This commit is contained in:
parent
4a30982664
commit
8d9a59afb1
@ -1,3 +1,7 @@
|
|||||||
|
2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* h8300.h: Fix compile time warning messages
|
||||||
|
|
||||||
2001-09-04 Richard Henderson <rth@redhat.com>
|
2001-09-04 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* alpha.h (struct alpha_operand): Pack elements into bitfields.
|
* alpha.h (struct alpha_operand): Pack elements into bitfields.
|
||||||
|
@ -594,7 +594,7 @@ struct h8_opcode h8_opcodes[] =
|
|||||||
NEW_SOP(O(O_STMAC,SL),1,2,"stmac"),{{MACREG,RD32,E}},{{0x0,0x2,MACREG,RD32,E}} EOP,
|
NEW_SOP(O(O_STMAC,SL),1,2,"stmac"),{{MACREG,RD32,E}},{{0x0,0x2,MACREG,RD32,E}} EOP,
|
||||||
NEW_SOP(O(O_LDM,SL),0,6,"ldm.l"),{{RSINC, RS32, E}},{{ 0x0,0x1,IGNORE,0x0,0x6,0xD,0x7,IGNORE,E}}EOP,
|
NEW_SOP(O(O_LDM,SL),0,6,"ldm.l"),{{RSINC, RS32, E}},{{ 0x0,0x1,IGNORE,0x0,0x6,0xD,0x7,IGNORE,E}}EOP,
|
||||||
NEW_SOP(O(O_STM,SL),0,6,"stm.l"),{{RS32, RDDEC, E}},{{0x0,0x1,IGNORE,0x0,0x6,0xD,0xF,IGNORE,E}}EOP,
|
NEW_SOP(O(O_STM,SL),0,6,"stm.l"),{{RS32, RDDEC, E}},{{0x0,0x1,IGNORE,0x0,0x6,0xD,0xF,IGNORE,E}}EOP,
|
||||||
{ 0 }
|
{0, 0, 0, NULL, {{0,0,0}}, {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}, 0, 0, 0, 0}
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
extern struct h8_opcode h8_opcodes[];
|
extern struct h8_opcode h8_opcodes[];
|
||||||
|
Loading…
Reference in New Issue
Block a user