[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:
claziss
2017-05-23 12:18:10 +02:00
parent 903b2a564d
commit 575dcd27f8
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
#endif
#ifndef MAX_INSN_FLGS
#define MAX_INSN_FLGS 3
#define MAX_INSN_FLGS 4
#endif
/* Instruction Class. */