diff --git a/include/ChangeLog b/include/ChangeLog index 05e13ab852c..35c99adf8e5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2017-05-23 Claudiu Zissulescu + + * opcode/arc.h (MAX_INSN_FLGS): Update to 4. + 2017-05-22 H.J. Lu * include/opcode/i386.h (NOTRACK_PREFIX_OPCODE): New. diff --git a/include/opcode/arc.h b/include/opcode/arc.h index 0524fdaceb9..69b26303a2e 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -33,7 +33,7 @@ extern "C" { #endif #ifndef MAX_INSN_FLGS -#define MAX_INSN_FLGS 3 +#define MAX_INSN_FLGS 4 #endif /* Instruction Class. */