Remove trailing { Bad_Opcode }.
2010-01-24 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
This commit is contained in:
parent
592d1631a4
commit
47cf8fa043
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
|
||||
|
||||
2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (Bad_Opcode): New.
|
||||
|
|
|
@ -5260,7 +5260,6 @@ static const struct dis386 prefix_table[][4] = {
|
|||
{ Bad_Opcode },
|
||||
{ Bad_Opcode },
|
||||
{ VEX_LEN_TABLE (VEX_LEN_3ADF_P_2) },
|
||||
{ Bad_Opcode },
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue