[ARC] Update MAX_INSN_FLGS.
It is required to parse instructions like ldb.x.a.di. include/ 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com> * opcode/arc.h (MAX_INSN_FLGS): Update to 4.
This commit is contained in:
parent
903b2a564d
commit
575dcd27f8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
|
||||
|
||||
* opcode/arc.h (MAX_INSN_FLGS): Update to 4.
|
||||
|
||||
2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* include/opcode/i386.h (NOTRACK_PREFIX_OPCODE): New.
|
||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#ifndef MAX_INSN_FLGS
|
||||
#define MAX_INSN_FLGS 3
|
||||
#define MAX_INSN_FLGS 4
|
||||
#endif
|
||||
|
||||
/* Instruction Class. */
|
||||
|
|
Loading…
Add table
Reference in a new issue