Browse Source

* sh-opc.h (sh_table): Don't use empty initializers.

dberlin-typesystem-branch
Alexandre Oliva 26 years ago
parent
commit
bda22bbf15
  1. 4
      opcodes/ChangeLog
  2. 2
      opcodes/sh-opc.h

4
opcodes/ChangeLog

@ -1,3 +1,7 @@
2001-06-09 Alexandre Oliva <aoliva@redhat.com>
* sh-opc.h (sh_table): Don't use empty initializers.
2001-06-06 Christian Groessler <cpg@aladdin.de>
* z8k-dis.c: Fix formatting.

2
opcodes/sh-opc.h

@ -835,7 +835,7 @@ sh_opcode_info sh_table[] = {
/* 1111nn0111111101 ftrv XMTRX_M4,<V_REG_n>*/{"ftrv",{XMTRX_M4,V_REG_N},{HEX_F,REG_NM,HEX_F,HEX_D}, arch_sh4_up},
{ 0, {}, {}, 0 }
{ 0, {0}, {0}, 0 }
};
#endif

Loading…
Cancel
Save